diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 03:50:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 03:50:29 +0300 |
commit | d73d301d5f82297d193b2732f8badb46b3a1aa12 (patch) | |
tree | 500e2f987378478decca45f3a630dd402f3cd544 | |
parent | .vimrc: fix colors (diff) | |
download | linux-home-d73d301d5f82297d193b2732f8badb46b3a1aa12.tar.gz linux-home-d73d301d5f82297d193b2732f8badb46b3a1aa12.zip |
.gitconfig: add alias.xx & remove obsolete entries
-rw-r--r-- | %HOME%/.gitconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index fbe6057..367c3f4 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -3,9 +3,7 @@ email = Egor.Tensin@gmail.com [core] editor = vim - ignorecase = false autocrlf = true - filemode = false [push] default = current [merge] @@ -28,5 +26,6 @@ clean-unknown = clean -fd l = log --oneline wdiff = diff --word-diff + xx = update-index --chmod=+x [fetch] prune = true |