2021-10-13 01:52:29 -07:00
|
|
|
[init]
|
|
|
|
defaultBranch = trunk
|
2021-08-07 21:24:26 -07:00
|
|
|
[credential]
|
|
|
|
helper = store
|
2021-10-01 01:33:07 -07:00
|
|
|
[pull]
|
2021-10-12 22:19:07 -07:00
|
|
|
rebase = false
|
2021-08-07 21:24:26 -07:00
|
|
|
[user]
|
|
|
|
email = blakelysnorth@gmail.com
|
|
|
|
name = PowerUser64
|
|
|
|
[alias]
|
2021-10-16 18:28:32 -07:00
|
|
|
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
|
2021-10-24 11:43:22 -07:00
|
|
|
lg = tree
|
2021-10-16 18:28:32 -07:00
|
|
|
sub = submodule
|
2021-10-24 11:43:22 -07:00
|
|
|
s = status
|
|
|
|
p = push
|
|
|
|
ca = commit -a
|
|
|
|
cam = commit --amend
|
2021-10-24 11:47:56 -07:00
|
|
|
caam = commit -a --amend
|
2021-08-07 21:24:26 -07:00
|
|
|
|
2021-10-12 22:19:07 -07:00
|
|
|
# vim:noet
|