You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: two developers are working tightly (simultaneously) on a single branch. Pushing commits quickly. Often they will be push -fing and similar. They need a tool to keep the branch properly rebased.
Solution: There should be a scc command to rebase/merge the two branches taking all of my commits from my branch, and all of my colleague's commits from my colleague's branch (in the right order)
The text was updated successfully, but these errors were encountered:
Scenario: two developers are working tightly (simultaneously) on a single branch. Pushing commits quickly. Often they will be
push -f
ing and similar. They need a tool to keep the branch properly rebased.Solution: There should be a
scc
command to rebase/merge the two branches taking all of my commits from my branch, and all of my colleague's commits from my colleague's branch (in the right order)The text was updated successfully, but these errors were encountered: