We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba78530 commit a060ad2Copy full SHA for a060ad2
1 file changed
git/git-merge-conflict-solved-by-cli.md
@@ -61,7 +61,7 @@ git add .
61
62
#### 머지 추가 진행
63
```
64
-git merge --contiue
+git merge --continue
65
66
- 충돌(conflict)을 해결한 후 병합 프로세스를 완료하는 명령어
67
- 만약 충돌이 해결되지 않았다면, 다시 에러가 발생한다. -> ```git merge --abort``` 명령어로 병합을 취소하고 이전 상태로 되돌릴 수 있다.
0 commit comments