Git Product home page Git Product logo

simulatebranchstrategy's Introduction

Simulate Branch Strategy

Background

This is a sample mechanism for branching strategy, we will use sample use case to exhibit the strategy.

Use case

With Branch
Branching in the beginning

In the beginning we initialize a project and saved it as a master branch, after that we enter sprint1 and we create new branch based on master branch and we called it sprint1

master -> sprint1

After we finish our sprint, we then merge sprint1 branch into master branch.

sprint1 -> master

Branching of new sprints

After we finish our sprint 1 and we want to begin with new sprint (sprint 2), thus we create a new branch based on master branch and we called it branch sprint 2. We worked on whatever is being done in this sprint into this branch.

master -> sprint2

Bug-fixing of previous sprints

If we found bugs that related to previous sprints, then we need to create a new branch from that branch and for example we called new bugfix-pbi5-sprint1.

sprint1 -> bugfix-pbi5-sprint1

After we finish with our bug-fixing, then we merge the bugfix-pbi5-sprint1 branch into sprint1 branch and sprint2 branch.

bugfix-pbi5-sprint1 -> sprint2

bugfix-pbi5-sprint1 -> sprint1

With Tags

simulatebranchstrategy's People

Contributors

emriti avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.