- Set your username:
git config --global user.name "FIRST_NAME LAST_NAME"
- Set your email address:
git config --global user.email "MY_NAME@example.com"
git --version
git status
git config --list
git init
git add fileName/.
git rm --cached fileName/.
git commit -m "First commit"