Skip to content

Example exercise of how to apply gitflow methodology

Notifications You must be signed in to change notification settings

javieraviles/git-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code&Bricks E-commerce using git flow

This is an example exercise. The company Code&Bricks wants to develop a new E-commerce webapp. The dev team will develop a first 1.0.0 version including three features. Each of them will be released as soon as its developed.

All involved branches are pushed and left untouched so the exercise looks as clear as possible.

Timeline:

  • f1 feature should be developed and delivered as soon as possible (release 0.1.0)
  • f2 and f3 are developed in parallel
  • f2 gets finished and released (release 0.2.0)
  • a bug is found in prod, hotfix delivered (release 0.2.1)
  • f3 gets finished and released, taking care of conflicts and including hotfix (1.0.0)

Git History

Git History

Changelog

Release 0.1.0

  • New Feature 1

Release 0.2.0

  • New Feature 2

Release 0.2.1

  • Fix for Feature 2 bug

Release 1.0.0

  • New feature 3

About

Example exercise of how to apply gitflow methodology

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published