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

complete README.md

parent 70b6924b
No related branches found
No related tags found
No related merge requests found
```{bash}
NEW_DEPOT=git@gitbio.ens-lyon.fr:LBMC/team/project_name.git
NEW_NAME=$(basename $NEW_DEPOT)
NEW_NAME=${NEW_NAME/.git}
git clone git@gitbio.ens-lyon.fr:crey02/minimal_git_repo.git
git clone $NEW_DEPOT
rm -fr minimal_git_repo/.git
mv $NEW_NAME/.git minimal_git_repo/
rm -r $NEW_NAME
mv minimal_git_repo $NEW_NAME
cd $NEW_NAME
rm README.md
touch README.md
git add -f * .gitignore
git commit -m "initial commit"
git push
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment