Skip to content

Instantly share code, notes, and snippets.

@rdev5
Created February 20, 2016 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdev5/6588213a168e2df551b9 to your computer and use it in GitHub Desktop.
Save rdev5/6588213a168e2df551b9 to your computer and use it in GitHub Desktop.
alias gs='git status '
alias gaa='git add --all :/'
alias gcam='git commit -a -m '
alias gl='git log'
alias gp='git push -u origin master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment