AutoYADM commit: 2025-04-08 19:45:05

This commit is contained in:
Daniel Fichtinger 2025-04-08 19:45:05 -04:00
parent 999d75deb0
commit 2e41421d2a

View file

@ -0,0 +1,4 @@
function gac --description 'git add and commit'
git add .
git commit $argv
end