Created
August 12, 2018 21:23
-
-
Save randypitcherii/b0c90371edd92c76450e02fe53b97df2 to your computer and use it in GitHub Desktop.
Shell Customization - GIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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