git-flow

Understanding Git and Git Basic Workflow

Reading Time: 3 minutes Git is a valuable tool for the ones who are in the software industry, and it is the most popular version control system in the world and used by 90% of the industry. It is no doubt a very important skill to have on your resume when starting your career in the industry. In the following article, we will understand what is Git and its Continue Reading

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