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