|
|
|
|
|
by jrochkind1
4017 days ago
|
|
I tend to agree. One exception I think is rebase on a feature branch. If you rebase a feature branch onto master before merging it into master, I think you can get a cleaner history while achieving the linear history the OP wants -- and in this isolated case, I think you aren't losing any useful context by making it seem the feature commits were all done right before merge into master. Maybe. I'm not actually sure, to be honest what's a good idea with git history, this included. Feedback welcome. |
|