I was having a discussion about git the other day and rebase came up.
My normal workflow didn’t involve rebase; so, my natural curiosity sparked up and I dove into the documentation.
It turns out git-rebase is quite controversial. (And, you should avoid it if you’re sharing your commits.)
Linus Torvalds on rebasing:
* [http://kerneltrap.org/Linux/Git_Management](http://kerneltrap.org/Linux/Git_Management)
* [http://lwn.net/Articles/291302/](http://lwn.net/Articles/291302/)
* [http://lwn.net/Articles/291303/](http://lwn.net/Articles/291303)
* [http://lwn.net/Articles/291304/](http://lwn.net/Articles/291304/)
Random Redditors:
* [http://www.reddit.com/r/programming/comments/6ube0/synchronizing_development_rebase_vs_pullmerge_git/?sort=top](http://www.reddit.com/r/programming/comments/6ube0/synchronizing_development_rebase_vs_pullmerge_git/?sort=top)
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.