Created
August 12, 2014 01:08
-
-
Save ponych/71acf69d2149b200ae1e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[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