File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ https://github.com/ESCOMP/ctsm/wiki/CTSM-development-workflow
5555
5656---- THE FOLLOWING CAN ONLY BE DONE BY INTEGRATORS ----
5757
58+ NOTE (especially for new integrators): Be sure to follow the recommended
59+ git setup in
60+ <https://github.com/ESCOMP/CTSM/wiki/Recommended-git-setup#24additional-recommended-settings-for-integrators>.
61+ Especially note that you should never use something like `git merge
62+ escomp/master` to merge the upstream master branch into your local copy:
63+ instead, you should always use `git pull` with the recommended
64+ configuration settings (or `git merge --ff-only`) for that scenario.
65+
5866(7) Merge the PR to master when review is approved
5967
6068(8) Compare master to branch show that they are identical
You can’t perform that action at this time.
0 commit comments