aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-26 03:50:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-26 03:50:29 +0300
commitd73d301d5f82297d193b2732f8badb46b3a1aa12 (patch)
tree500e2f987378478decca45f3a630dd402f3cd544
parent.vimrc: fix colors (diff)
downloadlinux-home-d73d301d5f82297d193b2732f8badb46b3a1aa12.tar.gz
linux-home-d73d301d5f82297d193b2732f8badb46b3a1aa12.zip
.gitconfig: add alias.xx & remove obsolete entries
Diffstat (limited to '')
-rw-r--r--%HOME%/.gitconfig3
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