Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
doc_interne_developpement
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
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
Documentation
doc_interne_developpement
Commits
58008a9e
Commit
58008a9e
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
Update participation_documentation.md
parent
a230baf0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
participation_documentation.md
+10
-2
10 additions, 2 deletions
participation_documentation.md
with
10 additions
and
2 deletions
participation_documentation.md
+
10
−
2
View file @
58008a9e
...
...
@@ -71,8 +71,16 @@ travailler, puis copiez l'adresse qui apparaît.
Créez ensuite un répertoire sur votre poste où vous souhaitez stocker les
dépôts ; si vous êtes sous Windows, faites un clic droit puis "Open Git bash
here" ; si vous êtes sous Linux, rendez-vous simplement dans ce dossier.
Maintenant que vous êtes sur votre terminal git, lancez la commande suivante
en prenant soin de remplacer l'url par celle que vous avez copié précédemment.
Maintenant que vous êtes sur votre terminal git, lancez une à une les commandes
suivantes en prenant soin de remplacer votre adresse mail, votre nom ainsi que
l'url par celle que vous avez copié précédemment.
```
git config --global user.email "you@example.com"
```
```
git config --global user.name "Your Name"
```
```
git clone http://vm09.veremes.net/Documentation/doc_app_vmap.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