Hacker News new | ask | show | jobs
by kccqzy 37 days ago
Incredibly common when you write code faster than your colleague or manager can review them. You always have lots of branches and sometimes the branches implement interrelated functionality.
1 comments

Interesting. Why not keep on a merge branch before review?