Part-4 Basic Git Commands That Everyone Should Know
Git Command
Let us open Git Bash and run some Git commands
1. $ git init “[repository-name]”
2. $ git --version
3. $git config --global user.name "Ritul"
4. $git config --global user.email "xyz@98gmail.com"
5. $ git status
6. $ git add . or git add ...
ritul.hashnode.dev1 min read