먼저 Repository를 생성해서 프로젝트를 Github에 올립니다
git init
git add .
git commit -m 'First Setting'
// 만들어둔 레포 등록
git remote add origin [생성한 레포 주소]
git push -u origin main
'Git' 카테고리의 다른 글
Git 브랜치 덮어쓰기 (0) | 2023.05.17 |
---|---|
Git Flow와 커밋 메세지 규칙 (1) | 2023.01.01 |
cloudfront, github action 설정 및 세팅 (0) | 2022.04.25 |
Git remote url (원격저장소) 변경하기 (0) | 2022.01.07 |