<div dir="ltr"><div>My suggestion to  integrate "activitycetral/dxs" into "XSCE/xsce" preserving history and using a branch for easier comparison is:</div><div><br></div><div>1. revert xsce/master to fa2d59,</div>

<div>2. create a 'dxs' branch<br></div><div>3. merge activitycentral/dxs commits to this new branch preserving history<br></div><div><br></div><div>This new branch (XSCE/xsce@dxs) will be the canonical repository for the migration and everybody will pull request against this branch.</div>

<div><br></div><div><br></div><div>Detailed procedure on a fresh repository</div><div>----</div><div><br></div><div>1. revert</div><div><br></div><div>Clean repo:</div><div>```</div><div>git clone git@github.com:XSCE/xsce.git<br>

</div><div>cd xsce</div><div>```</div><div><br></div><div>The actual revert:</div><div>```</div><div>git revert -m 1 b1638cd --no-edit<br></div><div>```</div><div><br></div><div>Submit changes:</div><div>```</div><div>git push origin</div>

<div>```</div><div><br></div><div>2. create branch</div><div><br></div><div>```</div><div>git branch dxs</div><div>git checkout dxs</div><div>git push origin dxs</div><div>```</div><div><br></div><div>3. merge</div><div>
<br>
</div><div>Fetch dxs repository:</div><div>```</div><div>git remote add dxs git@github.com:activitycentral/dxs<br></div><div>git fetch dxs</div><div>```</div><div><br></div><div>And now the critical part, the actual merge:</div>

<div>```<br></div><div>git merge --no-ff -s recursive -X ours --no-edit dxs/master<br></div><div>```</div><div><br></div><div>Push!</div><div>```</div><div>git push origin dxs</div><div>````</div><div><br></div><div>So, anyone with write permission on xsce can do this.</div>

<div><br></div><div>You can check how would be the resulting repo in my personal clone copy in <a href="https://github.com/migonzalvar/xsce">https://github.com/migonzalvar/xsce</a>.</div><div><br></div><div><br></div><div>

<br></div>-- <br><div dir="ltr">Miguel González<br>Activity Central: <a href="http://www.activitycentral.com" target="_blank">http://www.activitycentral.com</a><br></div>
</div>