summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-07-14 09:15:11 +0200
committerAhmed Abdelhalim <[email protected]>2022-07-14 09:15:41 +0200
commit59c361783c094a7fe7d4644afe717fe3ce88530f (patch)
tree2aa72a28a39ff31778b77854332812f3fabbff89 /.gitconfig
parentd76ed1c06a9af986e736d06e3cb42d08f26b925d (diff)
Set upstream automatically with git push
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 6581c44..83733be 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -33,6 +33,7 @@
authors = shortlog -sne
[push]
default = current
+ autoSetupRemote = true
[pull]
rebase = true
[fetch]