Anyone mind explaining to me how git rebase
is worth the effort?
git merge
has it's own issues but I just don't see any benefit to rebase over it.
Anyone mind explaining to me how git rebase
is worth the effort?
git merge
has it's own issues but I just don't see any benefit to rebase over it.
Fuck a merge commit! Rebase ervray day bay bayyy.
Rebase feature branch, merge commit into main
(NO SQUASH).
make the commit message be "we’ve fixed bugs and improved performance. to experience the newest features and improvements, checkout the latest version of the branch."
I like rebase, it's everyone else that hate it when I rebase main
twice a day.
You had me a "Sydney Sweeney reveals".
i like to create ten different checkouts of main, rebase them all slightly differently and then no fast forward merge them all back into each other
Daily circlejerk
do it often. you may end up with 150 conflicts to have to wade through.
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.