github

Markdown

Learning Markdown

Reading Time: 2 minutes Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. It is often used to format readme, for writing messages in online discussion forums, and to create rich text using a plain text editor. So, here is a quick introduction to some of the elements of Continue Reading

Setting a git server in local area network

Reading Time: < 1 minute In this blog, we will learn to setup a git server in a system which will be accessible over the local area network. First we have to setup SSH server to the system(Git Server), to provide access to other (git client) system. We will do this to get access to our git server, so git client will be able to push and pull code to 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