Skip to content

Instantly share code, notes, and snippets.

@ddnn55
Created December 16, 2022 18:16
Show Gist options
  • Save ddnn55/8649bf297071c9b4596450f3e4d390f6 to your computer and use it in GitHub Desktop.
Save ddnn55/8649bf297071c9b4596450f3e4d390f6 to your computer and use it in GitHub Desktop.
git commit with add and message and push for fish shell
# 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