There is not the redo the PR. This sequence works: - switch your working copy to the branch NETBEANS-1252 - run `git commit --amend` - update the commit message - do a force push `git push -f` to update the remote branch
The `amend` option allows you to change the last commit you made. You don't want to make further file changes, but it also allows you to change the commit message. The force push is necessary as normally a remote head can't be changed/removed and your push will require that. When the push is done, the PR will reflect the state of the latest state of the NETBEANS-1252 branch. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/878 ] This message was relayed via gitbox.apache.org for [email protected]
