Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save the-teacher/d22b975fdc16f43afa50cb1a776e123c to your computer and use it in GitHub Desktop.
Save the-teacher/d22b975fdc16f43afa50cb1a776e123c to your computer and use it in GitHub Desktop.
just go alias
~/.bashrc
alias just_go='git add -A; git commit -m ~~~; git push origin `git rev-parse --abbrev-ref HEAD`;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment