legacy-dotfiles/gitconfig
Tom Willemsen 78f52bef2a GIT: Added history alias
history shows a nice graph of current branch's history
2011-06-22 22:03:14 +02:00

17 lines
444 B
Text

[user]
name = Tom Willemsen
email = ryuslash@gmail.com
[core]
editor = emacs -nw
[color]
ui = auto
[alias]
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
smtpuser = ryuslash@gmail.com
smtpserverport = 587