GitHub에 업로드를 하기 위해서는 절차를 거쳐야된다.
add → commit → push
- git add 파일 이름
- git status
- git commit -m “커밋 메세지”
- git push <원격저장소> <브랜치>
'개발 관련 > git' 카테고리의 다른 글
git 저장소 복제 및 원격 저장소 추가 (0) | 2023.11.12 |
---|---|
git 설정과 초기화 명령어 (0) | 2023.11.12 |
warning in the working copy of 'file', LF will be replaced by CRLF the next time Git touches it (1) | 2023.11.12 |
git 특정 파일 가져 오기 (0) | 2023.11.12 |
git ssh key 암호화 인증 방법 (0) | 2023.11.12 |