Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Git niveau 2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Picasoft
Formations
Git niveau 2
Commits
688cff2f
Verified
Commit
688cff2f
authored
Oct 14, 2018
by
Thibaud Duhautbout
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
presentation.tex
presentation.tex
+9
-4
No files found.
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
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