dotfiles/.gitconfig

32 lines
576 B
INI

[init]
defaultBranch = trunk
[credential]
helper = store
[pull]
rebase = false
[user]
email = blakelysnorth@gmail.com
name = PowerUser64
[alias]
a = add
c = commit
ca = commit -a
caam = commit -a --amend
cam = commit --amend
ch = checkout
d = diff
lg = log
pl = pull
ps = push
rem = remote
s = status
st = status
sub = submodule
t = tree
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
# vim:noet