git pull origin main
https://github.com/.../... URL에서
* branch main -> FETCH_HEAD
fatal:
It seems that there is already a rebase-merge directory,
and I wonder if you are in the middle of another rebase.
If that is the
case, please try
git rebase (--continue | --abort | --skip)
If that is not the case,
please rm -fr ".git/rebase-merge" and run me again.
I am stopping in case you still have something valuable there.
진행중인 Rebase 를 계속 진행
git rebase --continue
진행중인 Rebase 를 취소
git rebase --abort