mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Rename default branch to ‘main’.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
1c3517a5de
commit
646c04eff2
@@ -13,9 +13,9 @@ the development environment][authentication-dev-server].
|
||||
|
||||
## Common
|
||||
|
||||
* Zulip's master 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/master` to avoid developing on an old version of the Zulip
|
||||
upstream/main` to avoid developing on an old version of the Zulip
|
||||
codebase (leading to unnecessary merge conflicts).
|
||||
* Remember to run `tools/provision` to update your development
|
||||
environment after switching branches; it will run in under a second
|
||||
|
||||
Reference in New Issue
Block a user