상추의 IT저장소
Git) There isn’t anything to compare 해결 방법 본문
- 기본 브랜치가 main으로 잡혀있는데 master로 push를 하여 해당 오류가 발생하였다.

- git branch main master -f 명령어를 통해 강제로 commit 한다.

'error' 카테고리의 다른 글
| Py)TypeError: can only concatenate str (not "int") to str 해결방법 (0) | 2023.01.12 |
|---|---|
| Git) warning: adding embedded git repository 해결 (0) | 2023.01.12 |
| err) TypeScript 오류 - 이 시스템에서 스크립트를 실행할 수 없으므로... (0) | 2023.01.11 |
| React) export 'Routes' (imported as 'Routes') was not found in 'react-router-dom' (0) | 2022.12.18 |
| error) VSCode 파일 자동 저장 설정/해제 (0) | 2022.11.26 |