React,JS,TS

[VSCode]Visual Studio Code로 Git 사용하기

재준재준 2020. 5. 9. 16:43

1. git init

git 초기화

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

깃 Repository생성

3. git remote add orgin <URL>

저장소 추가

4. git add .

5. git commit -m ""

commit

6. git push origin master

push