Created
February 17, 2017 16:06
-
-
Save mikesusz/dbd98e3d1159f20189ae941d8f62d465 to your computer and use it in GitHub Desktop.
This file contains 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
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