From 941ed69d4b2a8d2736f61456bcc2dbcedb13d715 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 23 Sep 2022 10:49:58 -0700 Subject: feat(wpcarro/gitconfig): Set push.default to current 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 --- users/wpcarro/dotfiles/gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/wpcarro/dotfiles') diff --git a/users/wpcarro/dotfiles/gitconfig b/users/wpcarro/dotfiles/gitconfig index f79062567562..8d3393526e33 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 -- cgit 1.4.1