GIT: Added history alias
history shows a nice graph of current branch's history
This commit is contained in:
parent
d46b304e0f
commit
78f52bef2a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
st = status -s
|
||||
unadd = reset HEAD
|
||||
lschanged = diff --name-only
|
||||
history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||
[sendemail]
|
||||
smtpencryption = lts
|
||||
smtpserver = smtp.gmail.com
|
||||
|
|
Loading…
Reference in a new issue