Skip to content

Instantly share code, notes, and snippets.

@ItsEricWoodward
Last active June 8, 2023 16:29
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 ItsEricWoodward/f6abcee4d76fb637fca616aa91c21daf to your computer and use it in GitHub Desktop.
Save ItsEricWoodward/f6abcee4d76fb637fca616aa91c21daf to your computer and use it in GitHub Desktop.
My Favorite Aliases
# git aliases
alias gch='git checkout'
alias gco='git commit'
alias gpo='git pull origin'
alias gpu='git push origin'
alias grs='git restore --staged'
alias gs='git status'
# npm aliases
alias no='npm outdated'
alias nr='npm run'
alias nu='npm update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment