diff --git a/.gitconfig b/.gitconfig index 8b8df49..25178ba 100644 --- a/.gitconfig +++ b/.gitconfig @@ -58,7 +58,11 @@ [pull] rebase = true [push] + # for git >= 2.37 autoSetupRemote = true + # for git < 2.37 + default = current + followTags = true [commit] verbose = true