GitFlow autoconfig file

This commit is contained in:
Pierre Goiffon
2018-11-30 11:39:16 +01:00
parent bbefd22950
commit cdf11a3485

9
.gitflow Normal file
View File

@@ -0,0 +1,9 @@
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
versiontag =
support = support/