In this module, we will explore git commands for
git --help
git --version
git config --global user.name
git config --global user.email
git init
git clone
git status
git diff
git add
git reset
git commit
git push
git fetch
git merge
git pull
git log
git show
git reset
git remote