-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit-flow
36 lines (26 loc) · 857 Bytes
/
git-flow
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#SHIFT BRANCH
git flow feature checkout story72
git flow feature checkout multimedia-player
git checkout develop
# CREATE BRANCH
git flow feature start multimedia-player
git flow publish menu_FWB === push local vers distant
git flow feature finish
menu_FWB
git pull origin develop
git merge develop
... ici tu résoud les conflits avec ce qui a été poussé depuis le debut de ta branche
git add -Av
git commit -m "........"
git flow feature finish story72
# PROCEDURE POUR MERGE
1) git merge develop
merge develop
2) drush cex
export config
3) git publish story72
equivalent git push
4) git flow feature finish story72
fait dsparaitre branche local et distante et merge dans develop
Salut,
la feature du lecteru vidéo est publiée sur le HUB, je ne la ferme pas avant le retour de l'équipe sur d'éventuelles modifications.