The git reset command is a complex and versatile tool for undoing your changes. There are three main forms of […]
Git has the ability to mark certain points in history as important. Users typically use this feature to mark release […]
The git branch is essentially an independent development line. You can take advantage of branching when working on new features […]
In this tutorial, we are going to see how to set up Git. At the heart of GitHub is an […]
In this tutorial, you will learn how to Integrate GitHub-Webhooks with Jenkins. For automation, trigger a building job when a […]
For infrastructure hosted by AWS, if you need to manage the deployment of an instance or application/service, you can take […]