Hacker News new | ask | show | jobs
by frou_dh 4795 days ago
Do you agree with my edit? I'm no git pro, so still trying to get things straight in my mind.
1 comments

Yes, --no-ff merge after a rebase gives a clear indication that's a feature merged from a feature branch. It's easy to cherry-pick it to another branch (for example for a backport to an old version), easy to bisect this branch or remove the entire feature.