mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(git): auto stash on merge and rebase
This commit is contained in:
@@ -76,6 +76,8 @@ in
|
||||
ignores = ignorePaths;
|
||||
extraConfig = {
|
||||
pull.ff = "only";
|
||||
rebase.autoStash = true;
|
||||
merge.autoStash = true;
|
||||
core.pager =
|
||||
"${pkgs.gitAndTools.diff-so-fancy}/bin/diff-so-fancy | ${pkgs.less}/bin/less --tabs=4 -RFX";
|
||||
color = {
|
||||
|
||||
Reference in New Issue
Block a user