X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e83a8241ad527667c72cf9a391dc79c25e9492f4..d8a4be5d3f2691d8948919bc1e32f58cbfaf1a2e:/git/config diff --git a/git/config b/git/config index 805f94a..f7e4f40 100644 --- a/git/config +++ b/git/config @@ -7,7 +7,7 @@ ui = auto diff = auto [push] - default = simple + default = current [diff] tool = vimdiff [color "diff"] @@ -26,3 +26,18 @@ defaultToUpstream = true [mergetool] prompt = no +[rebase] + autostash = true + autosquash = true +[status] + submodulesummary = true +[rerere] + enabled = true +[pull] + rebase = interactive +[branch "master"] + rebase = preserve +[branch "develop"] + rebase = preserve +[commit] + verbose = true