Skip to content

Instantly share code, notes, and snippets.

@cfurrow
Created December 1, 2010 04:16
Show Gist options
  • Save cfurrow/722936 to your computer and use it in GitHub Desktop.
Save cfurrow/722936 to your computer and use it in GitHub Desktop.
doskey /macrofile=%userprofile%\doskeys.txt
clear=cls
gs=git status
ga=git add $*
gc=git commit $*
gca=git commit -a $*
gb=git branch $*
gd=git diff
grm=git status | grep deleted | awk '{print\$3}' | xargs git rm
pull=git pull origin master
gpom=git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment