Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
orestis.malaspin
git_tutorial
Commits
81edc0f2
Verified
Commit
81edc0f2
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
update and typo
parent
dc066dd5
No related branches found
No related tags found
No related merge requests found
Pipeline
#27164
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
git_tutorial.md
+7
-4
7 additions, 4 deletions
git_tutorial.md
with
7 additions
and
4 deletions
git_tutorial.md
+
7
−
4
View file @
81edc0f2
% Introduction à Git
% Introduction à Git
% Orestis Malaspinas
% Orestis Malaspinas
% commit
3a65d2329ce68e3cdbfb7ba70ce964a19ddd3d86
% commit
dc066dd5d93559ebc31a914b64e9cda6d031e8eb
# Qu'est-ce que Git?
# Qu'est-ce que Git?
...
@@ -45,9 +45,12 @@ Mais, typiquement un projet git possède un serveur "officiel" (centralisé):
...
@@ -45,9 +45,12 @@ Mais, typiquement un projet git possède un serveur "officiel" (centralisé):
*
<https://gitedu.hesge.ch>
, instance de
`gitlab`
.
*
<https://gitedu.hesge.ch>
, instance de
`gitlab`
.
*
**Attention:**
`gitlab`
ou
`github`
ce n'est pas
`git`
.
*
**Attention:**
`gitlab`
ou
`github`
ce n'est pas
`git`
.
*
Connection aux repos via
`https`
(identifiants à rentrer à chaque fois) ..-
*
Connection aux repos via
`https`
(identifiants à rentrer à chaque fois),
*
ou via
`ssh`
.
*
ou via
`ssh`
(la vie est quand même plus simple).
*
Configurons ça ensemble:
`ssh-keygen`
.
*
Configurons ça ensemble:
*
`ssh-keygen`
(mettre un mot de passe si vous voulez)
*
copier le contenu de
`~/.ssh/id_rsa.pub`
dans
`preferences->ssh keys`
*
cliquer sur
`Add key`
# Exemple de fonctionnement
# Exemple de fonctionnement
...
...
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