Skip to content

Instantly share code, notes, and snippets.

@ponych
Created August 12, 2014 01:08
Show Gist options
  • Save ponych/71acf69d2149b200ae1e to your computer and use it in GitHub Desktop.
Save ponych/71acf69d2149b200ae1e to your computer and use it in GitHub Desktop.
[alias]
s = status --short
st = status -s
ci = commit
l = log --oneline --decorate -12 --color
ll = log --oneline --decorate --color
lc = log --graph --color
co = checkout
br = branch
rb = rebase
dci = dcommit
sbi = submodule init
sbu = submodule update
sbp = submodule foreach git pull
sbc = submodule foreach git co master
d = diff --color
dc = diff --color --cached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment