dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 399dbc95cd249b6d36c070ea5bc347cb037983dc
parent ae6fe59fec976cfc289844df230ea810d8af915f
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 16 Mar 2014 16:20:21 +0200

`branch.autosetuprebase = always`

Diffstat:
M.gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -25,3 +25,5 @@ tool = meld [color] ui = true +[branch] + autosetuprebase = always