From 0a9d007c05dbe2b451e4322ee6e2fce49a1d12df Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sat, 4 Nov 2023 06:07:03 +0100 Subject: git: auto setup remote --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 35cc252..36c4e36 100644 --- a/.config/git/config +++ b/.config/git/config @@ -8,5 +8,7 @@ [init] defaultBranch = master templateDir = ~/templates/git-hooks/ +[push] + autoSetupRemote = true # vim: ft=gitconfig -- cgit v1.2.3-54-g00ecf