docs: Display main branch name as inline code.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-08-31 18:13:20 -07:00
committed by Anders Kaseorg
parent 646c04eff2
commit f4d2d199e2
17 changed files with 53 additions and 53 deletions

View File

@@ -13,7 +13,7 @@ the development environment][authentication-dev-server].
## Common
* Zulip's main branch moves quickly, and you should rebase
* Zulip's `main` branch moves quickly, and you should rebase
constantly with e.g. `git fetch upstream; git rebase
upstream/main` to avoid developing on an old version of the Zulip
codebase (leading to unnecessary merge conflicts).