Skip to content
Snippets Groups Projects
Commit ab4a2d8b authored by Carine Rey's avatar Carine Rey
Browse files

Update README.md

parent 35143583
No related branches found
No related tags found
No related merge requests found
```{bash}
# Exemple of minimal git repository
First create your new project, for exemple "project_name" in your team group
Then in a terminal, setup your git global config
```
git config --global user.name "Carine Rey"
git config --global user.email "carine.rey@ens-lyon.fr"
```
Copy the depot template in your new project
```{bash}
NEW_DEPOT=git@gitbio.ens-lyon.fr:LBMC/team/project_name.git
NEW_NAME=$(basename $NEW_DEPOT)
......@@ -20,7 +32,11 @@ touch README.md
git add -f * .gitignore
git commit -m "initial commit"
```
Finally, push your depot with the initial template
```{bash}
git push
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment