commit bf932031035d7e6a91e6f2d898c6a2a2c98908b2 parent 598d9d78596eb222c2335ddb9c97d765e4d354f6 author: nathanael <nathanael@dalliard.ch> date: Sat, 24 Jan 2026 08:05:40 +0000 add autosetupremote to gitconfig diffstat:
| M | s0/dotfiles/gitconfig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/s0/dotfiles/gitconfig b/s0/dotfiles/gitconfig @@ -4,3 +4,5 @@ signingkey = nathanael@dalliard.ch [commit] gpgsign = true +[push] + autoSetupRemote = true