Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
Git
Commits
85689e89
Unverified
Commit
85689e89
authored
Jan 15, 2019
by
Rémy Huet
💻
Browse files
Git clone
parent
8df00a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tex/utilisation_remotes/recuperer_travail.tex
View file @
85689e89
\begin{frame}
\begin{frame}
[fragile]
\frametitle
{
Cloner un dépôt distant
}
\begin{block}
{
Vous avez dit cloner ?
}
{
\bf
Cloner
}
un dépôt git, c'est récupérer le
\enquote
{
repository
}
distant sur sa machine.
Cela fera en même temps la configuration nécessaire pour que le dépôt distant soit
\enquote
{
lié
}
au dépôt local
\end{block}
\begin{block}
{
Et comment on fait ça ?
}
La commande pour cloner un dépôt est
\verb
+
git clone <url du repo (https ou ssh)>
+
\end{block}
\begin{beamercolorbox}
[rounded=true, shadow=true]
{
terminal
}
\begin{Verbatim}
$
git clone git@gitlab.utc.fr:picasoft
/
apis
/
h
19
/
init
/
git
\Pause
Clonage dans 'git'...
remote: Enumerating objects:
384
, done.
remote: Counting objects:
100
% (384/384), done.
remote: Compressing objects:
100
% (164/164), done.
remote: Total
384
(
delta
182
)
, reused
362
(
delta
169
)
Réception d'objets:
100
% (384/384), 399.33 KiB | 1.93 MiB/s, fait.
Résolution des deltas:
100
% (182/182), fait.
\end
{
Verbatim
}
\end
{
beamercolorbox
}
\end
{
frame
}
\begin
{
frame
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment