github를 사용하다가 gitea로 저장소를 이사해야하는 일이 생겼다. gitea의 [새 마이그레이션] 기능을 이용해 편하게 클론하려했으나, 우리 프로젝트는 private 저장소에 있어 clone이 불가능했다. commit한 정보들을 그대로 가져오고 싶었기 때문에 history 까지 (commit log 등,,) 그대로 이관해야했다. 그래서 저장소를 옮기는 방법을 찾아봤다. --bare 옵션 또는 --mirror 옵션을 사용하기 --bare Make a bare Git repository. That is, instead of creating and placing the administrative files in /.git, make the itself the $GIT_DIR. This obviously..