Hacker News new | past | comments | ask | show | jobs | submit login

Don't love it. Would much rather:

  git push origin f1:f1
  git checkout f2
  git merge f1
  git push origin f2:f2
  git checkout f3
  git merge f2
  git push origin f3:f3
Merge is generally less effort to handle conflicts too. I see cherry-pick as a last-resort option for fixing certain complicated scenarios.



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

Search: