Visual Studio Code, git, github

repository / repo

  1. local - on your computer
  2. 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:
  1. VS Code > Source Control >  => means: where you want to add (3 changes: blue badge, Untracked, Changes partition will be appeared)
  2. press => move it to staging section
  3. press ✔ to commit + add commit message (like initial commit) > after that hit Return key
  4. open command platte > git remote > add remote name + url from github
  5. git fetch
  6. git sync
  7.  

Popular posts from this blog

GOOGLEFINANCE attributes

Practice

Merge/join two or more video files using Python