##// END OF EJS Templates
git: use force fetch and update for target ref. This solves a case...
git: use force fetch and update for target ref. This solves a case when in PRs a target is force updated and is out of sync. Before we used a pull which --ff-only fails obviosly because two are out of sync. This change uses new logic that resets the target branch according to the source target branch allowing smooth merge simulation.

File last commit:

r1:854a839a default
r2784:e8c62649 default
Show More
workflow.rst
14 lines | 299 B | text/x-rst | RstLexer

Workflow Support

|RCE| supports a number of developer workflows depending on whichever setup your team wishes to adopt. Use the information in the following sections to get an idea of what may work best for you.