mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
automatically use autosquash for rebase
This commit is contained in:
@ -33,6 +33,7 @@ in {
|
||||
pull = { ff = "only"; };
|
||||
push = { autoSetupRemote = "true"; };
|
||||
init = { defaultBranch = "master"; };
|
||||
rebase = { autosquash = "true"; };
|
||||
};
|
||||
ignores = [ ".direnv/**" "result" ];
|
||||
includes = [{
|
||||
|
Reference in New Issue
Block a user