dotfiles

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

commit ae6fe59fec976cfc289844df230ea810d8af915f
parent 7a71d43c3c5aa1696fabae2273153aff367d2c54
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 16 Mar 2014 15:21:27 +0200

Adding

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

diff --git a/.gitconfig b/.gitconfig @@ -17,13 +17,11 @@ lg = log --all --graph --decorate --color df = diff --word-diff l = log --graph --decorate --color --oneline -[branch] - autosetuprebase = always -[pull] - rebase = preserve [mergetool] cmd = meld "$LOCAL" "$MERGED" "$REMOTE" [github] user = yuvallanger [merge] tool = meld +[color] + ui = true