Skip to content

saikumarstkm/GitWorkFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

GitWorkFlow

Case Study for Git Work Flow. we will follow branching structure as below.

  1. Main
  2. Develop
  3. Feature
  4. Release
  5. Hot_Fix
  • created repository and added initial code on main
  • created new develop branch from main
  • created new feature1 branch and added code
  • created new feature2 branch from develop
  • Merged feature 1 and feature2 to develop
  • Merged develop into main using pull request and created milestone.
  • created hotfix branch from main for a production issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages