Created
September 1, 2017 13:38
-
-
Save helloanoop/3aa758e577cafc120eb5abe08d16652c to your computer and use it in GitHub Desktop.
My Bash Aliases
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
| alias gs='git status'; | |
| alias gd='git diff'; | |
| alias gpm='git push origin master'; | |
| alias b='npm run build'; | |
| alias t='npm test'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment