Created
October 20, 2015 13:38
-
-
Save thitemple/2c1621af9c04c0d587f0 to your computer and use it in GitHub Desktop.
My list of aliases for cmder
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
e.=explorer . | |
gl=git log --oneline --all --graph --decorate $* | |
ls=ls --show-control-chars -F --color $* | |
pwd=cd | |
clear=cls | |
history=cat %CMDER_ROOT%\config\.history | |
unalias=alias /d $1 | |
cdd=e: && cd \sources\dev | |
home=cd %HOMEPATH% | |
hgs=hg status | |
hgu=hg update $* | |
hgc=hg commit -m "$*" | |
hgb=hg branch $* | |
hgm=hg merge $* | |
hga=hg addremove | |
gs=git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment