Skip to content

Commit

Permalink
Update README.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
adehecq authored Jun 13, 2024
1 parent 827f69d commit 1e75405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ If you are the one making the modifications, two solutions :
- either you do it online : you create a branch, modify the files in it
- either you do it locally (for bigger modifications or reorganization) :
- clone the repo locally ```[email protected]:ige-calcul/public-docs.git```
- make sure you create your branch from the latest main branch: \
`git checkout main` \
`git pull`
- create a new branch from main : ```git checkout -b issue_test main```
- do your modifications
- push your modifications online : ```git push --set-upstream origin issue_test```
Expand Down

0 comments on commit 1e75405

Please sign in to comment.