Created
May 4, 2018 03:49
-
-
Save chenqiyue/c55d8b8e91f8baacf72c0604e6a62102 to your computer and use it in GitHub Desktop.
copy from babun
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] | |
cp = cherry-pick | |
st = status | |
cl = clone | |
ci = commit | |
co = checkout | |
br = branch | |
dc = diff | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --all | |
last = log -1 --stat | |
unstage = reset HEAD -- | |
boom = reset --hard HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment