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
doskey /macrofile=%userprofile%\doskeys.txt