diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-05 12:13:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-05 12:13:43 +0300 |
commit | 7e14b70a3c37e33d65a879f53b44a6d8d233137b (patch) | |
tree | 17aa7d24ad8856bea0389f59e768735873ae8438 /%HOME%/.gitconfig | |
parent | update_ruby_settings: code style (diff) | |
download | linux-home-7e14b70a3c37e33d65a879f53b44a6d8d233137b.tar.gz linux-home-7e14b70a3c37e33d65a879f53b44a6d8d233137b.zip |
bugfix & code style
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 367c3f4..7ca7afd 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -26,6 +26,6 @@ clean-unknown = clean -fd l = log --oneline wdiff = diff --word-diff - xx = update-index --chmod=+x + xx = update-index --add --chmod=+x [fetch] prune = true |