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