GIT For Beginner
How 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...
nerdflash.hashnode.dev1 min read