React,JS,TS
[VSCode]Visual Studio Code로 Git 사용하기
재준재준
2020. 5. 9. 16:43
1. git init
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 <URL>
4. git add .
5. git commit -m ""
6. git push origin master