Created
December 16, 2022 18:16
-
-
Save ddnn55/8649bf297071c9b4596450f3e4d390f6 to your computer and use it in GitHub Desktop.
git commit with add and message and push for fish shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Defined in /Users/dns/.config/fish/functions/acm.fish @ line 1 | |
function acm | |
git commit -am "$argv[1]" | |
git push | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment