Tag: Git
Getting Started with Git and GitHub on Windows
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
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
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
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
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
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
Over the past few years, centralised version control systems like SVN have steadily given way to distributed systems like Git or Mercurial -- the...