RSRavindra Singhinnerdflash.hashnode.dev·Apr 21, 2024 · 1 min readGIT For BeginnerHow to install git on Linux # update the machine sudo apt update # install git on the machine sudo apt install git-all How to check git version git --version How to hide files in git to hide files in git, we add name of that file in the .gitignore...00