mirror of https://github.com/zulip/zulip.git
docs: Add explanation on the git rebase workflow.
This commit is contained in:
parent
f83da697ee
commit
8ee8118328
|
@ -22,6 +22,11 @@ with these details in mind:
|
|||
as needed thereafter. If you're unfamiliar with how to rebase a pull request,
|
||||
[read this excellent guide][github-rebase-pr].
|
||||
|
||||
We use this strategy in order to avoid the extra commits that appear when
|
||||
another branch is merged, that clutter the commit history. A side effect is
|
||||
that the pull requests we merge appear as *closed* instead of *merged*,
|
||||
since GitHub is unable to identify this approach.
|
||||
|
||||
- We have a **[code style guide][zulip-rtd-code-style]**, a **[commit message
|
||||
guide][zulip-rtd-commit-messages]**, and strive for each commit to be *a
|
||||
minimal coherent idea* (see **[commit
|
||||
|
|
Loading…
Reference in New Issue