Skip to content

Instantly share code, notes, and snippets.

@jungheelee
Created November 16, 2016 09:35
Show Gist options
  • Save jungheelee/23384d576dcc2452dce1a9f1851fbc8b to your computer and use it in GitHub Desktop.
Save jungheelee/23384d576dcc2452dce1a9f1851fbc8b to your computer and use it in GitHub Desktop.
[user]
# Please adapt and uncomment the following lines:
# name = may
# email = [email protected]
[alias]
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
lds = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
cp = cherry-pick
st = status -s
cl = clone
ci = commit
co = checkout
br = branch
diff = diff --word-diff
dc = diff --cached
r = reset
r1 = reset HEAD^
r2 = reset HEAD^^
rh = reset --hard
rh1 = reset HEAD^ --hard
rh2 = reset HEAD^^ --hard
sl = stash list
sa = stash apply
ss = stash save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment