diff --git a/book/01-introduction/sections/help.asc b/book/01-introduction/sections/help.asc index 7c1efb77c..d16739aa8 100644 --- a/book/01-introduction/sections/help.asc +++ b/book/01-introduction/sections/help.asc @@ -35,12 +35,13 @@ usage: git add [] [--] ... -e, --edit edit current diff and apply -f, --force allow adding otherwise ignored files -u, --update update tracked files + --renormalize renormalize EOL of tracked files (implies -u) -N, --intent-to-add record only the fact that the path will be added later -A, --all add changes from all tracked and untracked files --ignore-removal ignore paths removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing check if - even missing - files are ignored in dry run - --chmod <(+/-)x> override the executable bit of the listed files + --chmod (+|-)x override the executable bit of the listed files ----