Skip to content

Instantly share code, notes, and snippets.

@mikesusz
Created February 17, 2017 16:06
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 mikesusz/dbd98e3d1159f20189ae941d8f62d465 to your computer and use it in GitHub Desktop.
Save mikesusz/dbd98e3d1159f20189ae941d8f62d465 to your computer and use it in GitHub Desktop.
doskey gfo=git fetch origin
doskey gs=git status $*
doskey ga=git add $*
doskey gp=git pull $*
doskey gd=git diff $*
doskey gb=git branch $*
doskey gco=git checkout $*
doskey gm=git merge $*
doskey fts=git reset --hard origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment