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
{{ message }}
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
@edoddridge and @jrscott the description in the 5.5. Reviewing pull requests section doesn't look quite right to me. I think it should be
git clone https://github.com/altMITgcm/MITgcm.git
cd MITgcm
git fetch https://github.com/USERNAME/MITgcm.git BRANCH
git merge FECTH_HEAD
cd verification
./testreport
Note - this is also what anyone else can do i.e. you don't need special privileges. This would be a way for Martin (for example) to test his candidate PR code too.
The current description in 5.5 would test the code in the branch, but it would not show whether it has any issues when merged against the HEAD of master that the PR applies to.
@edoddridge and @jrscott the description in the
5.5. Reviewing pull requestssection doesn't look quite right to me. I think it should beNote - this is also what anyone else can do i.e. you don't need special privileges. This would be a way for Martin (for example) to test his candidate PR code too.
The current description in 5.5 would test the code in the branch, but it would not show whether it has any issues when merged against the HEAD of master that the PR applies to.
Chris