6
git rebase fatal : 단일 개정이 필요했습니다
공용 저장소의 분기가 있고 원래 저장소의 현재 커밋으로 분기를 업데이트하려고합니다. $ git fetch <remote> remote: Counting objects: 24, done. remote: Compressing objects: 100% (20/20), done. remote: Total 20 (delta 12), reused 0 (delta 0) Unpacking objects: 100% (20/20), done. From git://github.com/path_to/repo 9b70165..22127d0 master -> $/master $ git rebase <remote> fatal: …