Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
Formations
Git niveau 2
Commits
688cff2f
Verified
Commit
688cff2f
authored
Oct 14, 2018
by
Thibaud Duhautbout
Browse files
Réorganisation pour les branches
parent
1e33b52f
Pipeline
#28676
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
presentation.tex
View file @
688cff2f
...
...
@@ -94,7 +94,7 @@ pdfproducer={Latex},
\end{block}
\begin{block}
{
Checkout
}
\begin{itemize}
\item
\verb
+
git checkout <commit>
+
: remettre son dépôt dans un état antérieur (de manière provisoir et réversible);
\item
\verb
+
git checkout <commit>
+
: remettre son dépôt dans un état antérieur (de manière provisoir
e
et réversible);
\item
\verb
+
git checkout master
+
: revenir au dernier commit;
\item
\verb
+
git checkout -- <fichier/dossier>
+
: remettre le fichier/dossier dans l'état du dernier commit (irréversible).
\end{itemize}
...
...
@@ -175,11 +175,16 @@ The key's randomart image is:
Par exemple, pour récupérer le repo de la formation niveau
1
, on tapera
\verb
+
git clone git@gitlab.utc.fr:picasoft
/
formations
/
A
18
/
git
-
v
1
+
\end
{
frame
}
\section
{
Nouveaux concept
s
}
\section
{
Les branche
s
}
\subsection
{
Les conflits
}
\subsection
{
Principe
}
\subsection
{
Les branches
}
\subsection
{
Application
}
\subsection
{
Fusion de deux branches
}
\subsection
{
Gestion des conflits
}
\subsection
{
Travail collaboratif
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment