X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e5d7e78f09fdaad72aea931b18487328d4509297..d8a4be5d3f2691d8948919bc1e32f58cbfaf1a2e:/git/config diff --git a/git/config b/git/config index 21d2ea6..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"] @@ -28,3 +28,16 @@ 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