Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c1b43338 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'update_contributing_doc' into 'master'

fix url to the upstream + additional info to update the master

See merge request !13
parents cf136686 084e2233
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -13,7 +13,14 @@ git clone git@gitlab.inria.fr:username/forkname.git
Once this is done, you can setup the chameleon repository as the upstream of your clone to simplify the update of your fork repository.
```
#!shell
git remote add upstream git@bitbucket.org:solverstack/chameleon.git
git remote add upstream git@gitlab.inria.fr:solverstack/chameleon.git
```
To update your fork with the upstream chameleon's state:
```
#!shell
git pull upstream master
git push -u origin master
```
Now, you have your repository configured, and you want to create a new pull request. The first step is to create a branch from the HEAD of the your fork repository.
......@@ -51,4 +58,3 @@ Than apply the patch on your local copy
git apply pr#PR.patch
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment