Git Steps:
- Create a project with manifest
- Authorize an org
- Right click on the package.xml file and click Retrieve source file from org
- In the terminal, type git version → It should show the version after installing git.
- git status
- git add .
- git commit -m 'First Commit'
- git push → If not working, add the remote URL
- git remote add origin https://github.com/Krishnamurthy-sfdx/LWC
- git push
- git status
- git pull
- git fetch
- git branch