If you are working on a projects that uses Git version control and you are looking to clone a specific branch to your local system here is the solution. Clone only the specific branch and not …
Category: Git
Here is a quick guide on how to install git on ubuntu 22.04 If you don’t have git installed on your ubuntu machine you’ll get this error on running any git command from the terminal Command …
I have searched this thing way too many times on google to not write a self-post on this for the future. Often there is a need to pull only a single file on the server since …