summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2024-12-12 17:37:13 +0100
committerMartin Fischer <martin@push-f.com>2024-12-12 17:37:17 +0100
commit7670db6c82862dba03c6ac337112e736064efb1b (patch)
treeff0ed491a0673acfdd80281b1dff7af4bb1fdafd
parentdda8485d57bc59bd4781ea43cf1dc200351afebe (diff)
git: enable push.autoSetupRemote
-rw-r--r--user/git/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/user/git/config b/user/git/config
index 59af393..01ebc18 100644
--- a/user/git/config
+++ b/user/git/config
@@ -3,4 +3,7 @@ email = martin@push-f.com
name = Martin Fischer
[alias]
-l = log --pretty='%an %ad %h %s %C(auto)%d' --date=format:'%a %d.%m.%Y %R' --topo-order \ No newline at end of file
+l = log --pretty='%an %ad %h %s %C(auto)%d' --date=format:'%a %d.%m.%Y %R' --topo-order
+
+[push]
+autoSetupRemote = true