티스토리 뷰
git init
git status
git add 원하는 폴더 이름
git commit -m "메모"
git remote add origin https://github.com/리포지토리_주소
git push origin master
push할 때 pw는 access token 입력!
'IT > Git' 카테고리의 다른 글
[Git] git 초보를 위한 풀 리퀘스트(pull request) 방법 (0) | 2020.08.25 |
---|
댓글