File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
book/01-introduction/sections Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,13 @@ usage: git add [<options>] [--] <pathspec>...
35
35
-e, --edit edit current diff and apply
36
36
-f, --force allow adding otherwise ignored files
37
37
-u, --update update tracked files
38
+ --renormalize renormalize EOL of tracked files (implies -u)
38
39
-N, --intent-to-add record only the fact that the path will be added later
39
40
-A, --all add changes from all tracked and untracked files
40
41
--ignore-removal ignore paths removed in the working tree (same as --no-all)
41
42
--refresh don't add, only refresh the index
42
43
--ignore-errors just skip files which cannot be added because of errors
43
44
--ignore-missing check if - even missing - files are ignored in dry run
44
- --chmod <(+/ -)x> override the executable bit of the listed files
45
+ --chmod (+| -)x override the executable bit of the listed files
45
46
----
46
47
You can’t perform that action at this time.
0 commit comments