Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-jso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DOSCH Philippe
git-jso
Commits
9a165747
Commit
9a165747
authored
11 years ago
by
Philippe Dosch
Browse files
Options
Downloads
Patches
Plain Diff
Comment added about reflexion on new functionality addition
parent
557182b4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
git.tex
+28
-0
28 additions, 0 deletions
git.tex
with
28 additions
and
0 deletions
git.tex
+
28
−
0
View file @
9a165747
...
...
@@ -30,6 +30,34 @@
% conflits également) ayant déjà été introduit auparavent.
% -------------------------------------------------------------------
% Par ailleurs :
% -------------
% Dérouler plusieurs scénarios (cas d'usage) en montrant les différences
% obtenues à la fin de chaque stratégie. Le contexte : un dépôt
% contenant uniquement la branche master avec 3 commits (par exemple) à
% l'intérieur. La manip :
% - On crée une nouvelle branche correspondant à l'ajout d'une nouvelle
% fonctionnalités (nouvfonc) dans laquelle on ajoute 2 commits
% - On revient dans la branche master pour y faire un bugfix
% - On souhaite maintenant fusionner nouvfonc dans master et supprimer
% ensuite la branche
% Montrer la situation courante sous forme d'arbre. On peut appliquer
% plusieurs stratégies :
% 1) M: rebase N, delete branch N
% 2) M: merge N, delete branch N
% 3) N: rebase M, M: merge N, delete branch N
% 4) N: rebase M, M: merge --no-ff N, delete branch N
% -> Montrer le résultat final à chaque fois sous forme d'arbre.
% -------------------------------------------------------------------
% Encore une ressource dont il faudrait extraire la partie la plus
% intéressante :
% http://fr.slideshare.net/rschwietzke/git-the-incomplete-overview
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment