mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
automatically use autosquash for rebase
This commit is contained in:
parent
8babcf342b
commit
7f60d88f30
@ -33,6 +33,7 @@ in {
|
|||||||
pull = { ff = "only"; };
|
pull = { ff = "only"; };
|
||||||
push = { autoSetupRemote = "true"; };
|
push = { autoSetupRemote = "true"; };
|
||||||
init = { defaultBranch = "master"; };
|
init = { defaultBranch = "master"; };
|
||||||
|
rebase = { autosquash = "true"; };
|
||||||
};
|
};
|
||||||
ignores = [ ".direnv/**" "result" ];
|
ignores = [ ".direnv/**" "result" ];
|
||||||
includes = [{
|
includes = [{
|
||||||
|
Loading…
Reference in New Issue
Block a user