equipes:devteam:gitflow

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Dernière révision Les deux révisions suivantes
equipes:devteam:gitflow [2020/11/28 12:03]
garciaflores
equipes:devteam:gitflow [2020/11/28 12:06]
garciaflores
Ligne 33: Ligne 33:
 $ git flow bugfix start bug31_bibtex_import $ git flow bugfix start bug31_bibtex_import
 ``` ```
 +You should get the following answer from git flow:
 +```javascript
 +Branches 'develop' and 'origin/develop' have diverged.
 +And local branch 'develop' is ahead of 'origin/develop'.
 +Basculement sur la nouvelle branche 'bugfix/bug31_bibtex_import'
 +
 +Summary of actions:
 +- A new branch 'bugfix/bug31_bibtex_import' was created, based on 'develop'
 +- You are now on branch 'bugfix/bug31_bibtex_import'
 +
 +Now, start committing on your bugfix. When done, use:
 +
 +     git flow bugfix publish bug31_bibtex_import
 +```
 +
 This will create a new branch called `bugfix31_bibtex_import` and switch your git to it. Afterwards you can commit and push as usual until you bug has been fixed.  This will create a new branch called `bugfix31_bibtex_import` and switch your git to it. Afterwards you can commit and push as usual until you bug has been fixed. 
  
  • Dernière modification: il y a 3 ans