how to get started on a random folder:

  • go to the folder and open cmd there
  • git init
  • git add .
  • git commit -m “initial commit”
  • git branch -M main
  • create the repo on github and copy the remote link
  • git remote add origin (remote link here)
  • git push -u origin master

how to sync shit (push):

  • cmd in the repo folder
  • git status to see what changes arent synced if you want ig
  • git add .
  • git commit -m “skibidi idk”
  • git push origin master

how to get started on vscode:

  • create a new repo on github.com
  • copy the remote link
  • add the remote link in vscode
  • commit and sync everything
  • boom done its all on github now iot 1/1 character