-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84a7728
commit 6062c91
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,14 +51,14 @@ your fork. | |
`development` on the main CAMR repository. | ||
|
||
First, let us setup your local git repo. To make your own fork of the main | ||
repository, press the fork button on the [CAMR Github page](https://github.com/AMReX-Codes/CAMR). | ||
repository, press the fork button on the [CAMR Github page](https://github.com/AMReX-Fluids/CAMR). | ||
|
||
Then, clone CAMR on your local computer. If you plan on doing a lot of CAMR development, | ||
we recommend configuring your clone to use ssh access so you won't have to enter your Github | ||
password every time, which you can do using these commands: | ||
|
||
``` | ||
git clone [email protected]:AMReX-Codes/CAMR.git | ||
git clone [email protected]:AMReX-Fluids/CAMR.git | ||
cd CAMR | ||
# Add your own fork. | ||
|
@@ -78,7 +78,7 @@ machine, see | |
If you instead prefer to use HTTPS authentication, configure your local clone as follows: | ||
|
||
``` | ||
git clone https://github.com/AMReX-Codes/CAMR.git | ||
git clone https://github.com/AMReX-Fluids/CAMR.git | ||
cd CAMR | ||
# Add your own fork. | ||
|