Skip to content

Instantly share code, notes, and snippets.

@randypitcherii
Created August 12, 2018 21:23
Show Gist options
  • Select an option

  • Save randypitcherii/b0c90371edd92c76450e02fe53b97df2 to your computer and use it in GitHub Desktop.

Select an option

Save randypitcherii/b0c90371edd92c76450e02fe53b97df2 to your computer and use it in GitHub Desktop.
Shell Customization - GIT
# git shortcuts
alias branch='git branch'
alias gs='git status'
alias gcam='git commit -am'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment