Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
rebase
.
Show all posts
Showing posts with label
rebase
.
Show all posts
Monday, July 25, 2022
How to remove a wrong commit from the pull request
›
$ git checkout pull_request_branch $ git rebase -i HEAD~n //n is the number of commits you would like to see during rebase or you could s...
Thursday, September 27, 2018
When to amend/squash commits and how to maintain a clean PR
›
I always like to improve the development process with the git and a strong believer in the clean code. Something which I always insist d...
Wednesday, June 10, 2015
How to rebase your pull request
›
But, why ? Your pull request(PR) might be pretty old and in mean time many people would have changed the same code. So you can't s...
›
Home
View web version