gwlucastrig commented on pull request #165: URL: https://github.com/apache/commons-imaging/pull/165#issuecomment-917472391
I looked up rebasing and squashing commits and I wanted to check with you before proceeding. I have 6 commits that I just pushed as part of this PR. So would my command be the following? > git rebase -i HEAD~6 But as I was researching this, I found a comment: > If you have previously pushed your code to a remote branch, you will need to force push. > > git push origin branchName --force Do I need to do the force when I push? And, if so, would my command be the following? > git push origin IMAGING-266a --force where IMAGING-266a is the branch name for these changes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
