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 1
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 1
Commits
dc5da66a
Verified
Commit
dc5da66a
authored
Oct 09, 2018
by
Thibaud Duhautbout
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finalisation pour présentation
parent
aa66753f
Pipeline
#28470
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
presentation.tex
presentation.tex
+6
-9
No files found.
presentation.tex
View file @
dc5da66a
...
...
@@ -248,12 +248,9 @@ aucune modification ajoutée à la validation mais des fichiers non suivis sont
\begin
{
frame
}{
Un commit, c'est quoi ?
}
Pour faire court :
\begin
{
itemize
}
\item
Commit
=
Validation;
\item
Point de sauvegarde;
\item
Ensemble de
\textbf
{
modifications
}
depuis le dernier commit.
\end
{
itemize
}
\begin
{
block
}{
Pour faire court
}
Un commit est un
\textbf
{
point de sauvegarde
}
\end
{
block
}
\bigskip
...
...
@@ -266,11 +263,11 @@ Pour faire court :
\end
{
frame
}
\begin
{
frame
}{
Working Directory vs. Staging Area vs. Repository
}
\begin
{
block
}{
Repository
}
\begin
{
block
}{
Repository
[
dépôt
]
}
Le Repository
(
ou dépôt
)
correspond aux fichiers dans l'état de la dernière validation connue par git.
\end
{
block
}
\begin
{
block
}{
Working Directory
}
\begin
{
block
}{
Working Directory
[
répertoire de travail
]
}
Le Working Directory correspond à l'état actuel du répertoire git :
\begin
{
itemize
}
\item
nouveaux fichiers pas encore ajoutés au Repository
(
fichiers non suivis
)
;
...
...
@@ -278,7 +275,7 @@ Pour faire court :
\end
{
itemize
}
\end
{
block
}
\begin
{
block
}{
Staging Area
(
ou Index
)
}
\begin
{
block
}{
Staging Area
[
zone de préparation
/
zone d'index
]
}
Zone intermédiaire entre le Working Directory et le Repository.
Elle contient les modifications apportées dans le Working Directory que git va ajouter au Repository.
\end
{
block
}
...
...
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