...
The commit message for the changeset at the head of your branch is used as the commit message for the changeset that is integrated to the default branch of the upstream forest.
How do I update my branch with the latest upstream changes?
How should I push a branch?
The first time you push a new branch to the submission forest, you need to use the "--new-branch
" option like this:
...
Once the problem is found, you may make further commits to your branch and push again to the submission forest. Remember that the commit message from the head of your branch will be the one that is eventually used when your change is merged upstream.
...
How are changes from upstream brought into the submission forest?
...