- Download Git on your PC from Here.
-
Open the Terminal and follow the following steps:
- git init
- git add .
- git commit -m "name_of_commit_here"
- git remote add origin https://github.com/KevinPatel04/FarFromHome
- git push -u origin branch_name_here
- git push origin branch_name_here --force (only if step 5 show error)
Install Git & Add Username Password
Quick Start GitHub
Managing Branches in VS Code
What is GitHub PULL request