Gitflow config file

This commit is contained in:
Pierre Goiffon
2019-01-10 15:26:21 +01:00
parent 101b485657
commit f33f59b3ec

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/