Merge #18513: doc: fix git add argument

4928a995e9799c6c7ea84fa1efc4fef5b2ff7683 [doc] fix git add argument (Michael Polzer)

Pull request description:

  [`A`](https://git-scm.com/docs/git-add#Documentation/git-add.txt--A) is the correct flag.

ACKs for top commit:
  fanquake:
    ACK 4928a995e9799c6c7ea84fa1efc4fef5b2ff7683 - checked that [`A`](https://git-scm.com/docs/git-add#Documentation/git-add.txt--A) and not `a` is the correct flag.

Tree-SHA512: 7e656ca9688b04ad2ef577aa1847799a34a377f5e6dfe4fd052a95d3dd98798dc10957e7f54164900ac1271f05e788ec4861026f53b910e369b0845532387cf4
This commit is contained in:
fanquake 2020-04-03 19:36:55 +08:00 committed by Pasta
parent c3a80793d1
commit 8c4a371dfd
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -186,7 +186,7 @@ Codesigner only: Commit the detached codesign payloads:
rm -rf * rm -rf *
tar xf signature-osx.tar.gz tar xf signature-osx.tar.gz
tar xf signature-win.tar.gz tar xf signature-win.tar.gz
git add -a git add -A
git commit -m "point to ${VERSION}" git commit -m "point to ${VERSION}"
git tag -s v${VERSION} HEAD git tag -s v${VERSION} HEAD
git push the current branch and new tag git push the current branch and new tag