Skip to content

add gitflow basic configuration #25

Description

@miguelperez

We need to add to the .git/config file the following:

[gitflow "branch"]
	master = master
	develop = develop
[gitflow "prefix"]
	feature = feature/
	release = release/
	hotfix = hotfix/
	support = support/
	versiontag = v

We also need to create a develop branch.

This will allow us to start with the gitflow setup by default.

Aha! Link: https://saasler.aha.io/features/GENAPP-11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions