-
Notifications
You must be signed in to change notification settings - Fork 54
Resolve GitHub conflicts in MONDO
Nicole Vasilevsky edited this page Mar 22, 2019
·
3 revisions
- Find PR that has a conflict
- Open Sourcetree, and open the MONDO repo in Sourcetree.
- Find branch under REMOTES/origin
- Right click on the branch name, and checkout
- The branch now should appear under BRANCHES, along with the master branch
- Under BRANCHES, right click master and checkout
- Right click on branch and merge into master, click OK
- If I get a warning message about conflicts, click OK
- Open mondo-edit.obo in a text editor (Sublime)
- Fix the issues - the issue so far has been that a new term was inserted in the wrong place. Search on <<< and find the issue. Reorder the terms and make sure each class is preceeded by [Term] and the IDs are in order.
- Save file.
- Go to Terminal
- Commands:
$ add mondo-edit.obo
$ git status
$ git commit
$ git push