commit 245210dc0273cd2cc7c32d349882afda3610d0f9 parent 1246319fec51e78b812b89316956d049cf58b81d Author: bsandro <email@bsandro.tech> Date: Thu, 19 Mar 2026 19:57:33 +0200 Merge branch 'master' of bsandro.tech:~/repos/dotfiles Diffstat:
| M | .gitconfig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -6,6 +6,8 @@ gpgsign = true [pull] rebase = false +[push] + autoSetupRemote = true [alias] slog = log --oneline --graph --all [init]