News

A developer only needs two steps to get started with Git. First, create a new local repository with the git init command. Second, issue the git clone command to locally copy the contents of a remotely ...
Git log graph example One of the coolest features of the git log command is the graphing feature. The git log graph command creates a graphic overview of how a developer’s various development ...
This article provides supplemental instructions to a piece on expediting continuous testing by explaining how to install Git, Ruby and Jenkins on Windows (as opposed to a Mac or Linux environment).