diff options
Diffstat (limited to '%HOME%/.gitconfig')
-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 |