-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.g-flowrc.dist
More file actions
32 lines (23 loc) · 896 Bytes
/
Copy path.g-flowrc.dist
File metadata and controls
32 lines (23 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#############################################################
# #
# g-flow - A commplete and practical Gitflow implementation #
# https://github.com/galvao-eti/g-flow #
# #
#############################################################
# To use this file as the configuration for g-flow
# Save this file as .g-flowrc
# Otherwise it will run based on the values below
# Initial Version, in case the VERSION file doesn't exist
INIT_VERSION=0.1.0
# Branch types. If you wish to disable a branch type: set it to <empty>, e.g.: EPIC=
# Meaning there's no other character than a newline after the equal sign.
EPIC=epic
FEATURE=feat
FIX=fix
HOTFIX=hfix
# Initial branches' names
PROD_BRANCH=main
HMG_BRANCH=homolog
DEV_BRANCH=dev
# Remote name
REMOTE=origin