docs: Add spaces to “check out”, “log in”, “set up”, “sign up” as verbs.

“Checkout”, “login”, “setup”, and “signup” are nouns, not verbs.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-10-13 14:50:18 -07:00 committed by Tim Abbott
parent 598601e8fc
commit dd48dbd912
21 changed files with 34 additions and 34 deletions

View File

@ -60,7 +60,7 @@ See also [fixing commits][fix-commit]
- `git add foo.py bar.py`: add `foo.py` AND `bar.py` to the staging area - `git add foo.py bar.py`: add `foo.py` AND `bar.py` to the staging area
- `git add -u`: Adds all tracked files to the staging area. - `git add -u`: Adds all tracked files to the staging area.
- checkout - checkout
- `git checkout -b new-branch-name`: create branch `new-branch-name` and switch/checkout to that new branch - `git checkout -b new-branch-name`: create branch `new-branch-name` and switch to/check out that new branch
- `git checkout master`: switch to your `master` branch - `git checkout master`: switch to your `master` branch
- `git checkout old-branch-name`: switch to an existing branch `old-branch-name` - `git checkout old-branch-name`: switch to an existing branch `old-branch-name`
- commit - commit

View File

@ -175,5 +175,5 @@ git rebase --continue
``` ```
[github-zulip-zulip]: https://github.com/zulip/zulip/ [github-zulip-zulip]: https://github.com/zulip/zulip/
[zulip-git-guide-fetch-pr]: ../git/collaborate.html#checkout-a-pull-request-locally [zulip-git-guide-fetch-pr]: ../git/collaborate.html#check-out-a-pull-request-locally
[zulip-git-guide-ci]: ../git/cloning.html#step-3-configure-continuous-integration-for-your-fork [zulip-git-guide-ci]: ../git/cloning.html#step-3-configure-continuous-integration-for-your-fork