Visual Studio Code, git, github
repository / repo
- local - on your computer
- remote -online ( other than your computer)
Command Platte:
- Command + Shift + P {for Mac}
- Ctrl + Shift + P {for Windows}
Steps to work for source control and git, github:
- VS Code > Source Control > + => means: where you want to add (3 changes: blue badge, Untracked, Changes partition will be appeared)
- press + => move it to staging section
- press ✔ to commit + add commit message (like initial commit) > after that hit Return key
- open command platte > git remote > add remote name + url from github
- git fetch
- git sync