Skip to content

Instantly share code, notes, and snippets.

@0k4
Created August 15, 2017 13:28
Show Gist options
  • Save 0k4/bcee007d07d671e37ce7066ec1d7bca3 to your computer and use it in GitHub Desktop.
Save 0k4/bcee007d07d671e37ce7066ec1d7bca3 to your computer and use it in GitHub Desktop.
Lazygit function ( .zshrc)
funcname lazygit() {
git add .
git commit -a -m "$1"
git push
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment