github

Git Flow – An Introduction

Reading Time: < 1 minute Hi Folks, Knoldus have organized an one hour session on 19th Aug 2015 at 5:00 PM. Topic is  Introduction to Git-Flow. So many people have joined and enjoyed the session. I am going to share that slide here. Please let me know if you have any question related to linked slide.

Getting started with git-flow to automate git branching workflow

Reading Time: 6 minutes This blog shows the basic usage and effect of git-flow operations. git-flow git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen’s branching model. It has attracted a lot of attention because it is very well suited to collaboration and scaling the development team. Key Features: Git flow provides excellent command line help and output Git-flow is a merge based Continue Reading