728x90
반응형
SMALL
1. github에 새 repository를 만든다.
- 레포지토리 이름을 정한 다음, 공개 여부를 체크한다.
- 이때, Add a README file 을 체크하지 않으면 더 편하다!!!
2. 두번째 "...or push an existing repository from the command line" 차례대로 입력
세줄 짜리를 차례대로 vscode 터미널에 입력하면 끝!!!!
3. 만약 Add a README file에 체크를 했다면, 당황하지말고~
<>code 카테고리를 클릭하면, 초록색 버튼으로 code라고 적혀있는 것이 보일 것이다.
저기서 저 주소를 복사해서 위와 같이 똑같이 적어주면 된다.
git remote add origin 깃헙코드 주소 복사한 거!
git branch -M main
git push -u origin main
728x90
반응형
LIST
'ETC > GitHub' 카테고리의 다른 글
[에러] warning: LF will be replaced by CRLF in src/App.js.The file will have its original line endings in your working directory (0) | 2023.01.13 |
---|---|
Commit message (0) | 2023.01.08 |