mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This updates the developer documentation to recommend `git clone -c` to set the git pull mode to be rebase by default in the repository configuration. The hope is that this will help minimize how often new contributors end up accidentally messing up their PRs by using `git pull`. Tweaked by tabbott to fix broken links and optimize the language. Fixes: #7022.