git push
1. Push to Github Repository from VScode
(1) Create a new Repository on Github
(2) Open VScode and create a new file
(3) Initialize git
git init(4) Add to push list
(5) Push to Repository created on Github
2. If entering the Repository address is tedious
(1) Store Repository address as a variable
(2) If you want to see the variable list
Last updated