인터랙티브 리베이스를 통해 머들에 빠졌고 이제는 중단하고 싶습니다. (즉, 내 경우에는 대화 형 rebase 모드로 떨어지기 전의 시점으로 돌아갑니다 git pull --rebase
.)이 작업을 수행하는 방법은 via git rebase --abort
으로 보이지만 작동하지 않습니다.
$ git rebase --abort
error: Ref refs/heads/master is at 55b388c141b1485b1acd9e050dbeb0eb90ef2ee7 but
expected b918ac16a33881ce00799bea63d9c23bf7022d67
fatal: Cannot lock the ref 'refs/heads/master'.
Could not move back to refs/heads/master
대화식 리베이스 모드에서 벗어나 모든 참조를 정리하려면 어떻게해야합니까? ( git reset --hard
성공하지만 리베이스 모드에서 제외시키지 않습니다.)