dotfiles

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

commit e9077be3df5d756911c45e8d0d79b60ad64753bd
parent fd27f8a5eacfc426224e2c6a57b21580a6430e85
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon, 30 May 2016 01:07:02 +0300

Update gitconfig

Diffstat:
Mgit/gitconfig | 11+++--------
1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -1,7 +1,6 @@ [user] name = Yuval Langer email = yuval.langer@gmail.com - signingkey = 92DEA7D8 [gui] fontdiff = -family Inconsolata -size 16 -weight normal -slant roman -underline 0 -overstrike 0 [core] @@ -11,19 +10,15 @@ tool = diff [difftool] tool = meld -[push] - default = tracking [alias] + s = status lg = log --all --graph --decorate --color + d = diff df = diff --word-diff - l = log --graph --decorate --color --oneline + l = log --all --graph --decorate --oneline [mergetool] cmd = meld "$LOCAL" "$MERGED" "$REMOTE" -[github] - user = yuvallanger [merge] tool = meld [color] ui = true -[branch] - autosetuprebase = always