Category : Git

Git

Nov 9, 2020

tgugnani

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 dow...
Read Article

Git

Aug 12, 2020

tgugnani

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 'git...
Read Article

Git

Jun 14, 2019

tgugnani

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 rest of the changes are...
Read Article