-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from vincentcasseau/dev
Docs: updating docs - dev is the default branch and must be selected …
- Loading branch information
Showing
4 changed files
with
35 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,10 @@ git config --global user.email <[email protected]> | |
Change directory to where you'd like the Cassiopee Github repository to be and type: | ||
|
||
```sh | ||
git clone [email protected]:onera/Cassiopee.git | ||
git clone --branch main --single-branch [email protected]:onera/Cassiopee.git | ||
``` | ||
|
||
2. To contribute to the Github repository instead, please consider creating a fork first: on the [github repo](https://github.com/onera/Cassiopee), click on the _Fork_ button followed by _Create new fork_. Then, you can clone the `main` branch of your Fork as: | ||
2. To contribute to the Github repository instead, please consider creating a fork first: on the [github repo](https://github.com/onera/Cassiopee), click on the _Fork_ button followed by _Create new fork_. Then, you can clone the `dev` branch of your Fork as: | ||
|
||
```sh | ||
git clone [email protected]:<github_username>/Cassiopee.git | ||
|
@@ -56,7 +56,7 @@ The next time you will want to synchronise your fork from the command line, plea | |
|
||
```sh | ||
git status # make sure you have no local changes | ||
git pull upstream main | ||
git pull upstream dev | ||
git push | ||
``` | ||
|
||
|
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