터미널 창 실행
git init - 깃을 시작한다는 뜻
git remote add origin 깃허브 repository 주소
gitignore 파일 생성
git add .
git commit -m "메세지 작성"
git push( 최초 1회 안에서 git push --set-upstream origin main)
'WEB > Git' 카테고리의 다른 글
reset/revert (0) | 2024.05.24 |
---|---|
용어 정리 (0) | 2024.04.29 |