diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-12 17:37:13 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-12 17:37:17 +0100 |
commit | 7670db6c82862dba03c6ac337112e736064efb1b (patch) | |
tree | ff0ed491a0673acfdd80281b1dff7af4bb1fdafd | |
parent | dda8485d57bc59bd4781ea43cf1dc200351afebe (diff) |
git: enable push.autoSetupRemote
-rw-r--r-- | user/git/config | 5 |
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 |