IT/Git

[Git] 리눅스에서 깃허브 폴더 업로드하기

Oziraper 2021. 11. 2. 13:55

git init

git status

git add 원하는 폴더 이름

git commit -m "메모"

git remote add origin https://github.com/리포지토리_주소

git push origin master

push할 때 pw는 access token 입력!