kb:scc:workflows:gitflow
Differences
This shows you the differences between two versions of the page.
| kb:scc:workflows:gitflow [2022/10/05 21:09] – created joerg.hampel | kb:scc:workflows:gitflow [2022/10/05 21:15] (current) – joerg.hampel | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| | {{kb: | | {{kb: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Configuration ===== | ||
| + | |||
| + | Certain git flow specifics can be defined in the git configuration: | ||
| + | |||
| + | git config --global gitflow.branch.master " | ||
| + | git config --global gitflow.branch.develop " | ||
| + | git config --global gitflow.prefix.feature " | ||
| + | git config --global gitflow.prefix.release " | ||
| + | git config --global gitflow.prefix.hotfix " | ||
| + | git config --global gitflow.prefix.support " | ||
| + | git config --global gitflow.prefix.versiontag "" | ||
| + | |||
| + | |||
| + | See [[https:// | ||
| + | |||
| + | |||
kb/scc/workflows/gitflow.1665004141.txt.gz · Last modified: 2022/10/05 21:09 by joerg.hampel