summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix
index aafb1dc..56d422a 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -111,6 +111,7 @@ in
glog = ''log --decorate --all --graph --pretty=format:"%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'';
};
extraConfig = {
+ fetch.showForcedUpdate = "false";
push.default = "simple";
pull.rebase = "true";
commit.template = "${./git-commit-template}";