dotfiles/.gitconfig

14 lines
268 B
INI

[user]
name = Tony Grosinger
email = tony@grosinger.net
[color]
ui = auto
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p