Skip to content

Commit 4928a99

Browse files
[doc] fix git add argument
error: unknown switch `a' usage: git add [<options>] [--] <pathspec>... -n, --dry-run dry run -v, --verbose be verbose -i, --interactive interactive picking -p, --patch select hunks interactively -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
1 parent be60e37 commit 4928a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Codesigner only: Commit the detached codesign payloads:
219219
rm -rf *
220220
tar xf signature-osx.tar.gz
221221
tar xf signature-win.tar.gz
222-
git add -a
222+
git add -A
223223
git commit -m "point to ${VERSION}"
224224
git tag -s v${VERSION} HEAD
225225
git push the current branch and new tag

0 commit comments

Comments
 (0)