mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
doc: Clarify that squashing should happen before review
This commit is contained in:
@@ -197,7 +197,7 @@ Note: Code review is a burdensome but important part of the development process,
|
|||||||
|
|
||||||
If your pull request contains fixup commits (commits that change the same line of code repeatedly) or too fine-grained
|
If your pull request contains fixup commits (commits that change the same line of code repeatedly) or too fine-grained
|
||||||
commits, you may be asked to [squash](https://git-scm.com/docs/git-rebase#_interactive_mode) your commits
|
commits, you may be asked to [squash](https://git-scm.com/docs/git-rebase#_interactive_mode) your commits
|
||||||
before it will be merged. The basic squashing workflow is shown below.
|
before it will be reviewed. The basic squashing workflow is shown below.
|
||||||
|
|
||||||
git checkout your_branch_name
|
git checkout your_branch_name
|
||||||
git rebase -i HEAD~n
|
git rebase -i HEAD~n
|
||||||
|
|||||||
Reference in New Issue
Block a user