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

Update README.md

parent ab4a2d8b
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ First create your new project, for exemple "project_name" in your team group ...@@ -5,8 +5,8 @@ First create your new project, for exemple "project_name" in your team group
Then in a terminal, setup your git global config Then in a terminal, setup your git global config
``` ```
git config --global user.name "Carine Rey" git config --global user.name "Firstname Name"
git config --global user.email "carine.rey@ens-lyon.fr" git config --global user.email "Firstame.Name@ens-lyon.fr"
``` ```
Copy the depot template in your new project Copy the depot template in your new project
...@@ -17,7 +17,7 @@ NEW_DEPOT=git@gitbio.ens-lyon.fr:LBMC/team/project_name.git ...@@ -17,7 +17,7 @@ NEW_DEPOT=git@gitbio.ens-lyon.fr:LBMC/team/project_name.git
NEW_NAME=$(basename $NEW_DEPOT) NEW_NAME=$(basename $NEW_DEPOT)
NEW_NAME=${NEW_NAME/.git} NEW_NAME=${NEW_NAME/.git}
git clone git@gitbio.ens-lyon.fr:crey02/minimal_git_repo.git git clone git@gitbio.ens-lyon.fr:LBMC/hub/minimal_git_repo.git
git clone $NEW_DEPOT git clone $NEW_DEPOT
rm -fr minimal_git_repo/.git rm -fr minimal_git_repo/.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment