Tag: Git
Top 10 Open Source Tools for DevOps
Every now and then, it is time to take an inventory of the tools that developers use in software development. DevOps as a culture...
Top 10 Open Source Tools for Windows Sysadmins
This article covers the best open source tools for sysadmins.
Systems administrators or sysadmins play a major role in software configurations, administration tasks, improving security,...
How to Install and Configure Git on a Windows Server
This article is a beginner-friendly guide to Git and can be used as a starting point. It introduces newbies to Git concepts, its terminologies,...
Keeping Secrets the Talisman way
Talisman hooks into a Git repository to validate the outgoing change set for things that look suspicious, like potential SSH keys, authorisation tokens, private...
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...