Skip to content

Instantly share code, notes, and snippets.

@mmattice
Last active December 13, 2017 20:59
Show Gist options
  • Save mmattice/13de387c78b909925fa3e5cced9ef9bd to your computer and use it in GitHub Desktop.
Save mmattice/13de387c78b909925fa3e5cced9ef9bd to your computer and use it in GitHub Desktop.
git config aliases
[alias]
pl = log --oneline --decorate --graph
plall = log --oneline --decorate --all --graph
co = checkout
ds = diff --staged
d = diff
dwd = diff --word-diff
dcw = diff --color-words
dswd = diff --staged --word-diff
dscw = diff --staged --color-words
ss = status -s
st = status
erdone = sh -c 'git fetch && git pull && git submodule update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment