Skip to content

Commit

Permalink
Updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jul 24, 2024
1 parent b7e8124 commit cd471ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion site/conversion/ccpp-conversion-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,9 @@ <h3 id="setting-up-your-sandbox">Setting up your sandbox</h3>
<img alt="text" src="../fork-cam-sima.png" title="Forking CAM-SIMA" /></p>
<p>And select the <code>Create new fork</code> option. This will bring you to the "Create new fork" screen:
<img alt="text" src="../fork-cam-sima-2.png" title="Forking CAM-SIMA" /></p>
<p>!!! note Uncheck the "Copy the <code>main</code> branch only" option</p>
<div class="admonition note">
<p class="admonition-title">Uncheck the \"Copy the <code>main</code> branch only\" option</p>
</div>
<p>Failure to uncheck this will prevent you from pulling in updates from the <code>development</code> branch easily.</p>
<p>As you make changes and want to commit them to your github repos, you will be managing two separate repos. When you issue git commands, be aware of where you are in your code tree. If you want to see changes in CAM-SIMA, you can issue a <code>git status</code> in the main CAM-SIMA directory. If you want to see changes in the atmospheric_physics repo, make sure you are in <code>src/physics/ncar_ccpp</code> before you issue the <code>git status</code> command. All other git commands will be relative to your current working directory as well.</p>

Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit cd471ea

Please sign in to comment.