Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I usually do `git merge --no-ff development` when working on my feature branch. We do not leave feature branches "open/live" for too much time, so merge conflicts are not usually a problem, but sometimes they do happen.

I like cherry-pick, but I barely use it (e.g., I need to cherry-pick one commit from branch X into my branch). I don't like rebase much because it requires force-push.



rebase only require force push if you're rebasing something already pushed




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: