Skip to content

Instantly share code, notes, and snippets.

@krnlde
Last active September 14, 2020 12:21
Show Gist options
  • Save krnlde/eff68e7cbf5881c32c034e39b79862ba to your computer and use it in GitHub Desktop.
Save krnlde/eff68e7cbf5881c32c034e39b79862ba to your computer and use it in GitHub Desktop.
alias yo=yarn outdated $*
alias yup=yarn upgrade-interactive --latest $*
alias yes=yarn start $*
alias yb=yarn build $*
alias y=yarn $*
alias gco=git checkout $*
alias gm=git merge $*
alias gcam=git commit -am $*
alias gs=git status $*
alias gps=git push $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment