Skip to content

At-Bristol/DEV0005-GitBranchingModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DEV0005-GITBranchingModel

Preferred branching model to work with At-Bristol

Small project

master -------------> Contains finished release - release number denoted by semantic versioning number in tag

develop ------------> Main development branch

Large project

hotfix -------------> Branch name convention hotfix-*

release ------------> Branch name convention release-*

feature ------------> Named anything except master, develop, release-, or hotfix- don't push to origin

Details

Based on branching model described here

http://nvie.com/posts/a-successful-git-branching-model/

About

Preferred branching model to work with At-Bristol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published