Skip to content

Instantly share code, notes, and snippets.

@vamdt
Last active July 30, 2016 05:17
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 vamdt/019ea228312e3a213c26 to your computer and use it in GitHub Desktop.
Save vamdt/019ea228312e3a213c26 to your computer and use it in GitHub Desktop.
cmder\config\aliases
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
ls=ls --color --show-control-chars $*
pwd=cd
clear=cls
history=cat %CMDER_ROOT%\config\.history
unalias=alias /d $1
g=git $*
gs=git status $*
ga=git add $*
gb=git branch $*
gc=git commit $*
gco=git checkout $*
gd=git diff --patience $*
gdf=git diff --patience --color $* | diff-so-fancy
gpl=git pull $*
gpu=git push $*
gplh=git pull upstream develop $*
gpuh=git push upstream develop $*
gpld=git pull upstream dev $*
gpud=git push upstream dev $*
gr=git rebase $*
ccat=pygmentize -O style=monokai -f console256 -g $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment