Skip to content

setohe0909/semantic-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Semantic-Flow

Feature

1 - Create a new Feature

git flow feature start featureName
git flow feature publish featureName
git flow feature pull featureName
git flow feature finish featureName

2- Create a new Release

git checkout develop
git pull origin develop
git flow release start 1.0.8
git flow release publish 1.0.8
git flow release finish 1.0.8

Git Flow

Git Flow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published