about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-09-23T17·49-0700
committerwpcarro <wpcarro@gmail.com>2022-10-15T22·20+0000
commit941ed69d4b2a8d2736f61456bcc2dbcedb13d715 (patch)
tree1904e0f3a9c7baf453375e635e1078547d9b0413
parent3f45f6191d44f0abdab75f86827a8f26ff9c496f (diff)
feat(wpcarro/gitconfig): Set push.default to current r/5138
Also:
- move to `dotfiles` subdir
- rename .gitignore -> gitignore

Change-Id: I098aef39ba3415de54812d4d36f8672b0e094c86
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7012
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
-rw-r--r--users/wpcarro/dotfiles/gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/dotfiles/gitconfig b/users/wpcarro/dotfiles/gitconfig
index f790625675..8d3393526e 100644
--- a/users/wpcarro/dotfiles/gitconfig
+++ b/users/wpcarro/dotfiles/gitconfig
@@ -3,3 +3,5 @@
 	email = "wpcarro@gmail.com"
 [diff]
   external = difft
+[push]
+	default = current