Closed debeshmandal closed 4 years ago
@shanilpanara this is right now I think:
git merge
to merge the branches whilst leaving the pull request opengit pull origin oxdna-migrate
on your branch to update your branch with the main development branchAnd finally Don't merge using github only git command line
@debeshmandal Right, I've got my head around this now! Thanks :)
To clarify I'll just be pulling from oxdna-migrate and creating pull requests into oxdna-migrate very frequently, such that we can work on the code together
merge using
git checkout oxdna-migrate && git merge debesh-oxdna-migrate && git checkout debesh-oxdna-migrate