/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jan.alphadev.net
| | mislav.net
0.7 parsecs away

Travel
| | How to settle on whether to merge or rebase at specific points in a team-shared git workflow.
| | acusti.ca
2.0 parsecs away

Travel
| |
| | felixrieseberg.com
1.9 parsecs away

Travel
| | You need to rebase a feature branch you worked on weeks ago. Merge conflicts everywhere. But: There's hope. Use "git merge --squash".
| | aaronbos.dev
9.3 parsecs away

Travel
| Git's rebase functionality could be one of the most polarizing features of the ubiquitous version control system. Some have horror stories of rebasing branches, while others use it whenever possible. In this post, we'll be touching on the interactive rebase feature which can reduce a lot of the anxiety around rebasing Git branches.