Skip to content

Commit 1e2e2c3

Browse files
committed
Add a note in README
1 parent fdbb234 commit 1e2e2c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/README.CHECKLIST.master_tags

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)