Home Tags Git

Tag: Git

Getting Started with Git and GitHub on Windows

0
Git is a popular distributed version control system that allows developers to manage their source code history. It is a great tool for collaboration...

A Containerised Development Environment for Hyperledger Fabric

0
This article is a complete primer on how to set up the Hyperledger Fabric development environment on a local machine using Vagrant on an...

Git 2.13 brings automatic collisions detection

0
  The Git project has announced the availability of Git 2.13. The new open source project management system comes with numerous improvements and features, and...

Working with Git for Windows

0
Version control systems play an important role in tracking changes in software and enable users to fall back to a desired previous version. Git...

Exploring Software: A Software Engineer’s Toolkit

1
Software engineering recommendations have not changed. The issues and concerns have been known for years. However, with the availability of excellent tools, it is...

Linux Kernel Development Using Git

4
This article looks at setting up Git and using it for Linux kernel development. It is aimed at developers who would like to move...

Gitolite: Administer a Central Git Repository without Going Insane

1
Over the past few years, centralised version control systems like SVN have steadily given way to distributed systems like Git or Mercurial -- the...