git init
git status
git add .
git commit -m "커밋메세지"
git remote add origin "저장소 주소"
git push origin main
'git' 카테고리의 다른 글
[Github] SSH keys 로 인증하기 (0) | 2024.05.26 |
---|---|
[Git] 이미 push 된 직전 커밋 메세지 변경하기 (0) | 2023.02.04 |
[Git] git push 오류 "warning: push.default is unset;" (0) | 2023.02.04 |
mac에서 git log 한글 깨짐 (zsh) (0) | 2022.12.10 |
[Github Action] 프론트 AWS S3+네이버 클라우드(ncloud) 연동 배포 (0) | 2022.11.14 |