Skip to content

DevopsFarmer/git-test-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is created as part of demo of git branching models.

  1. Main Branch: Serves as the stable codebase, often named "main," "master," or "production."
  2. Feature Branches: Created from the main branch for developing new features or enhancements.
  3. Development Branch: Aggregates feature branches for testing before merging into main.
  4. Release Branch: Prepares the codebase for deployment, ensuring stability before merging to main.
  5. Hotfix Branches: Quickly address critical issues in the main branch, merging fixes back into main and development.

More reads here

  1. Git Branching Model - Atlassian: Atlassian provides an excellent and comprehensive guide to understanding branching in Git, covering various branching models and best practices. Read it here.

  2. Git Flow - Vincent Driessen: Vincent Driessen introduced the Git Flow model, which is a popular branching strategy. His blog post explains the concept in detail. Read it here.

  3. GitHub Flow - GitHub Guides: GitHub proposes a simpler branching model called GitHub Flow, emphasizing continuous delivery and simplicity. Read it here.

  4. Git Branching Strategies - Microsoft: This Microsoft Docs article explores various branching strategies, their pros, cons, and how to use them effectively. Read it here.

  5. A successful Git branching model using a branching strategy in a structured way - TutorialsTeacher: This article presents a comprehensive overview of branching strategies, their advantages, and best practices. Read it here.

Each of these resources offers valuable insights into different branching models, allowing you to choose the one that best fits your project's requirements and team workflow.

Contributors

@Omprakash Paliwal

@Devopsfarm

https://github.com/shivamggiitthhuubb

About

My repo to learn git

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •