Skip to content

Instantly share code, notes, and snippets.

@helloanoop
Created September 1, 2017 13:38
Show Gist options
  • Select an option

  • Save helloanoop/3aa758e577cafc120eb5abe08d16652c to your computer and use it in GitHub Desktop.

Select an option

Save helloanoop/3aa758e577cafc120eb5abe08d16652c to your computer and use it in GitHub Desktop.
My Bash Aliases
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