diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-02-12 17:10:30 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-02-12 17:10:30 +0100 |
| commit | 0ae9c795a86598a5d4f4a158ac8b7f6b7129b832 (patch) | |
| tree | 9f017adfc45af66e63724e037a6d4f08b5b7283c /dot.gitconfig | |
| parent | e13ca95b98cbf869f620e9b6df3b32933c6a10a8 (diff) | |
git: Set push.default to current
Diffstat (limited to 'dot.gitconfig')
| -rw-r--r-- | dot.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.gitconfig b/dot.gitconfig index 91c162d..115e630 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -11,7 +11,7 @@ colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order push-all = !git remote | xargs -L1 git push [push] - default = simple + default = current [instaweb] local = true httpd = webrick |
