Created
May 27, 2015 18:32
-
-
Save kdeloach/5e10a353053bd83a2c7b 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] | |
co = checkout | |
st = status | |
ll = status | |
l = status | |
cm = commit | |
amm = commit --amend -C HEAD | |
pf = push origin HEAD -f | |
br = branch | |
a = add | |
lg = log --pretty=format:\"%C(yellow)%h%Creset %C(dim)%d%Creset %s %C(dim)%ad%Creset %C(dim)<%an>%Creset\" --date=relative --graph | |
p = add --patch | |
dc = diff --cached | |
rb = rebase | |
f = fetch | |
[color] | |
ui = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment