User Tools

Site Tools


kb:scc:workflows:gitflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kb:scc:workflows:gitflow [2022/10/05 21:09] – created joerg.hampelkb:scc:workflows:gitflow [2022/10/05 21:15] (current) joerg.hampel
Line 23: Line 23:
  
 |  {{kb:bestpractices:scc:gitflow.jpeg?600|}}  | |  {{kb:bestpractices:scc:gitflow.jpeg?600|}}  |
 +
 +---- 
 +
 +===== Configuration =====
 +
 +Certain git flow specifics can be defined in the git configuration:
 +
 +    git config --global gitflow.branch.master "main"
 +    git config --global gitflow.branch.develop "develop"
 +    git config --global gitflow.prefix.feature "feature/"
 +    git config --global gitflow.prefix.release "release/"
 +    git config --global gitflow.prefix.hotfix "hotfix/"
 +    git config --global gitflow.prefix.support "support/"
 +    git config --global gitflow.prefix.versiontag ""
 +
 +
 +See [[https://github.com/petervanderdoes/gitflow-avh/wiki/Reference:-Configuration|git flow's wiki page]] for more information.
 +
 +
kb/scc/workflows/gitflow.1665004141.txt.gz · Last modified: 2022/10/05 21:09 by joerg.hampel