https://pel-daniel.github.io/git-init/

https://git-scm.com/docs/git-config & https://www.atlassian.com/git/glossary#commands

https://git-scm.com/docs/git-config & https://www.atlassian.com/git/glossary#commands

FAQs

#If you git isn't configured or is giving errros, use the following commands before pushing your code to git
git config --global user.name "Your Name"
git config --global user.email "Youremail"