Заметка: The README.md file is used for instructions on how to install and run the project.
If we have spaces in the value, we use double quotes " "
git config --global user.name "Dzmitry Lukashuk"
git config --global user.email ***@gmail.com
git init
git add <filename>
git add *
git commit -m "Commit message"
git push origin <branch_name>
git pull
My GitHub.