Introduction to Python Programming
December 13, 2020
This is a Windows based tutorial so steps may differ on different operating system.
git --version
command. You should have version 2.x.x for proper working in VS Code.
git config --global user.name "moodser"
and git config --global user.email "mood******ain@gmail.com"
commandgit config --global --list
command
git init
git remote add origin git@github.com:********.git
command in project directory.Thats it! For complete guide of GitHub commands please refer to their official handbook at: https://guides.github.com/introduction/git-handbook/