dotfiles/git/gitconfig.symlink

13 lines
352 B
Plaintext

# you probably need to change this, because you're not me.
[user]
email = yorickvanpelt@gmail.com
name = Yorick van Pelt
[color]
diff = auto
status = auto
branch = auto
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status