Git Commands
checking whether the git is installed or not
\>git --version
commands for sending data in git after creating a new repository
\>git init
\>git add .
\>git commit -m "first commit"
\>git branch -M main
\>git remote add origin https://github.com/Minha...
mukibulminhaz.hashnode.dev1 min read