vsc
-
[VSCode]Visual Studio Code로 Git 사용하기React,JS,TS 2020. 5. 9. 16:43
1. git init 2. https://github.com/new Build software better, together GitHub is where people build software. More than 50 million people use GitHub to discover, fork, and contribute to over 100 million projects. github.com 3. git remote add orgin 4. git add . 5. git commit -m "" 6. git push origin master