개발(Web)/VCS

[Git] Your branch is up to date with 'origin/master'. nothing to commit, working tree clean

shinyelee 2021. 2. 17. 23:50

Your branch is up to date with 'origin/master'. nothing to commit, working tree clean

레포지토리를 만들 때 뭔가 잘못했나보다. 파일을 하나 추가했는데 git add가 먹히지 않음
커밋할 게 있었는데요, 없었습니다...


방법 1. 깃허브 저장소 클론(Repo Clone)

 

vscode(Visual Studio Code)에서 git clone(복제) 하기

1. vscode 실행 후 f1버튼 -> git clone 검색 2. git url 입력 3. 리포지토리 위치 선택 4. 복제 완료 후 새 창에서 열기

thisisspear.tistory.com

기존 local 저장소를 삭제하고 다시 add-commit-push를 시도하니 잘 된다.

반응형