about summary refs log tree commit diff
path: root/users/wpcarro/dotfiles/gitconfig
blob: f81c0c40f7455416031d8f75894f996ff81f5007 (plain) (blame)
1
2
3
4
5
6
7
8
9
[user]
	name = "William Carroll"
	email = "wpcarro@gmail.com"
[diff]
  external = difft
[push]
	default = current
[rebase]
	autoStash = true