Skip to content

Add a little text for git submodules #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/git.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<li>Clone either of these repositories. For example (as of October
2014), to clone the main development repository via HTTPS:

<?php print_code("<strong>shell$</strong> git clone https://github.com/open-mpi/ompi.git
<?php print_code("<strong>shell$</strong> git clone --recursive https://github.com/open-mpi/ompi.git
Cloning into 'ompi'...
remote: Counting objects: 256644, done.
remote: Total 256644 (delta 0), reused 0 (delta 0)
Expand Down
2 changes: 1 addition & 1 deletion source/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<strong><font color=green>Advantage:</font></strong> You'll easily be
able to keep up with the latest source code using normal Git
commands (e.g., '<code>git pull --rebase</code>').<br>
commands (e.g., '<code>git pull --rebase --recurse-submodules</code>').<br>
<strong><font color=red>Disadvantage:</font></strong> You need to have
<a href="building.php">several tools installed</a> to compile Open
MPI from a developer checkout.</li>
Expand Down