Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Minimal Git Repo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
Minimal Git Repo
Commits
5cd614ff
Commit
5cd614ff
authored
5 years ago
by
Carine Rey
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
ab4a2d8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
5cd614ff
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment