dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 2c4a584ebc0fdec35d66f76c5bed66219aaa3fd7
parent f189df633bc7bcc5f16700a3d1f6452b4930e098
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 11 Mar 2021 10:44:33 +0100

.gitconfig: change rebase behavior

Diffstat:
M.gitconfig | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -28,6 +28,8 @@ interactive = false status = false log = false +[branch] + autosetuprebase = always [push] default = simple [core] @@ -35,4 +37,4 @@ [credential] helper = cache --timeout=36000 [pull] - rebase = false + rebase = true