This commit is contained in:
2025-02-12 22:09:57 -07:00
parent fea4da2f4f
commit 1073cd9daa

View File

@@ -30,7 +30,7 @@
enable = true;
shellInit = ''
function commit
git add --allr
git add --all
git commit -m "$argv"
git push
end