Links tagged with “Rebasing”
Rebase like a boss
Nick Quaranto on why you should rebase instead of merge when using Git:
Everyone who loves Git hopefully loves branching. However, there’s a problem with branching: merging your work back in. Suprisingly enough, Git’s inflexibility makes this action quite simple. It’s my opinion that Git users should be branching frequently, and rebasing them back into the mainline when ready.
This is my basic philosophy when using Git: the cleaner you keep your history graph, the better.
