Git

Creating GitHub’s personal access token for Jenkins

Introduction A GitHub Personal Access Token is a secure way to access GitHub’s API or command-line interface. It can be used as an alternative to a password when authenticating to GitHub, and provides a higher level of security as it can be revoked at any time and can be limited to specific permissions. Personal Access […]

How To Install and Configure Git on Ubuntu 22.04 LTS

Introduction Git is a distributed version control system (VCS) which is use to track the code change on every time, It was initially designed and developed by Linus Torvalds in 2005. In this post, We will install Git on ubuntu 22.04 LTS Step 1: Update the System We need to update the current ubuntu repository […]

Scroll to top