commit 6398d4329249516959625829b0c272570366c2ef parent f75db917cb0f6b1e899cee3c0c28b23a5c31c95e Author: bsandro <email@bsandro.tech> Date: Sat, 15 Jul 2023 17:11:36 +0300 gitconfig push.autoSetupRemote=true 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]