Author Topic: A successful Git branching model  (Read 1707 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I think I'm working on the lotto feature branch, and be used to create seperate branches for bugfix then pull request to master. Then the merge of bugfix will not influence feature development.
I think thats the whole point of this model!

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
 +5%

I think I'm working on the lotto feature branch, and be used to create seperate branches for bugfix then pull request to master. Then the merge of bugfix will not influence feature development.
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Just found this on the web:
http://nvie.com/posts/a-successful-git-branching-model/

I describes a useful model on how to use branches efficiently with git. All you developers should read and consider it. I think the development can gain from it.