이전 글에서 Local의 Working Directory에 "test.txt" 파일 생성 후 Local Repository에 commit했었음
2022.07.06 - [Git] - Local Repository 생성
github의 해당 Remote Repository - Code 탭에 setup 코드들 외에 파일이 표시되지 않고 있음.
(아직 Push한 파일이 없음. 즉, test.txt는 아직 remote repository에 push되지 않음)
Working Directory에서 Push 명령어로 Local과 Remote Repository 동기화
git push origin master
push 결과가 출력됨.
* push 결과 대신 에러 메세지가 나오는 경우
혹시 이런 에러 문구가 나타난다면 push 명렁어에서 master를 main으로 변경해서 입력
git push origin main
github Repository에서 업데이트 확인
'etc. > Git' 카테고리의 다른 글
Remote Repository 생성 및 Local 연동 (0) | 2022.07.09 |
---|---|
Local Repository 생성 및 파일 commit (0) | 2022.07.06 |
Git Global Configuration (0) | 2022.07.05 |
댓글