Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Github Project Flow

Github Project Flow

Often we wonder what is the best way to manage our software project version control. We have branches, tags and Github even introduced pull requests on its website - there are so many ways to manage our code's changes.

In this presentation, I will be sharing on a way of managing your Git project flow from my experiences as an open source developer on Github. This flow will greatly help you to neatly manage your project well so that others can easily understand the flow.

The full updated presentation was presented to the Singapore PHP User Group at Mountbatten Square on the 26 Feb 2013 Meetup.

Sam-Mauris Yong

February 26, 2013
Tweet

More Decks by Sam-Mauris Yong

Other Decks in Programming

Transcript

  1. • modify code from branches other than master. • add

    tags at pull request commits • always build from tags • use Semantic Versioning see http://semver.org/
  2. • use Semantic Versioning see http://semver.org/ Version numbers Ease of

    moving forward DEPENDENCY HELL Standard set of rules
  3. X . Y . Z Patch version Increment only if

    backward compatible bug fix is introduced." “
  4. X . Y . Z Minor version Increment if new,

    backwards compatible functionality is introduced to the public API OR if any public API functionality is marked deprecated." “
  5. X . Y . Z Major version Increment if any

    backwards INCOMPATIBLE changes are introduced to the public API." “
  6. Thank You Take a look at all the great Octocats

    by Github at http://octodex.github.com/ @_mauris [email protected]
  7. Photo Sources • http://octodex.github.com/socialite/ - Used as described on http://octodex.github.com/faq.html

    • http://pixabay.com/en/puzzle-unfinished-mess-unresolved-55886/ - Public Domain • http://www.flickr.com/photos/23945877@N05/2623633694/ - Creative Commons Attribution-NonCommercial-NoDerivs 2.0 Generic • http://www.sxc.hu/photo/828750 - Standard SXC.hu License • http://octodex.github.com/codercat/ - Used as described on http://octodex.github.com/faq.html