Skip to content

dgunay/git-workflow-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

git workflow tests

Testing various pitfalls with a new git branching strategy

the normal flow:

  1. branch a release off of master
  2. branch feature off master
  3. feature dev
  4. code review
  5. rebase+merge onto staging
  6. stuff on staging passes UAT
  7. rebase+merge feature onto release
  8. rebase+merge release onto master
  9. rebase staging onto master
  10. repeat

scenarios

happy path

release a feature while one is on staging, no conflicts

release a feature while one is on staging, conflicts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors