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
Formations
Git niveau 2
Commits
1e33b52f
Unverified
Commit
1e33b52f
authored
Oct 12, 2018
by
Rémy Huet
💻
Browse files
Pourquoi git flow ?
parent
943e268f
Pipeline
#28659
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
presentation.tex
View file @
1e33b52f
...
...
@@ -183,5 +183,18 @@ The key's randomart image is:
\subsection
{
Travail collaboratif
}
\section
{
Git flow
}
\section
{
Introduction à git flow
}
\begin
{
frame
}
[
fragile
]
\frametitle
{
Pourquoi Git flow ?
}
Problématique de collaboration sur des gros projets :
\begin
{
itemize
}
\item
Avoir une brache
\verb
+
master
+
stable à tout moment;
\item
Créer une brache par nouvelle fonctionnalité :
\begin
{
itemize
}
\item
Pour une organisation plus claire;
\item
Pour développer plusieurs fonctionnalités en parallèle.
\end
{
itemize
}
\item
Avoir une branche de développement pour merge les fonctionnalités finies, mais qui n'est pas une branche stable.
\end
{
itemize
}
\end
{
frame
}
\end
{
document
}
Write
Preview
Supports
Markdown
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