diff options
author | mail_redacted_for_web | 2022-03-24 15:12:28 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-24 15:12:28 +0100 |
commit | bdb326f2ae8a0550c3ce764c937a8f4399c8767f (patch) | |
tree | 75bc51918b4064c991e0134f70718fb16643e860 | |
parent | e7028f317e4319902de85bc1361c8bf7fb70e693 (diff) | |
download | dotfiles-bdb326f2ae8a0550c3ce764c937a8f4399c8767f.tar.bz2 |
+default pull strategy: no rebase
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,3 +75,5 @@ # program = /usr/bin/gpg2 [http] #proxy = http://10.0.0.1:3128/ +[pull] + rebase = false |