diff options
author | Ben Sima <ben@bsima.me> | 2021-01-02 18:53:10 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-02 18:53:10 -0500 |
commit | 8f786888424aad4e5462c17f99e70394bea17732 (patch) | |
tree | ec66a8b4fc47f82393fa19b96fc2728e348df582 | |
parent | 6f478b2454c9d5f140a554a3667086e0e9177dc6 (diff) |
git: always pull --rebase
-rw-r--r-- | linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -407,6 +407,7 @@ in }; extraConfig = { push.default = "simple"; + pull.rebase = "true"; commit.template = "${./lib/git-commit-template}"; sendemail = { #smtpuser = "ben@bsima.me"; |