프로젝트가 끝나서 GitLab에 있는 레퍼지토리를 내 Github으로 미러링하고 싶었다. 미러링을 하면 잔디까지 그대로 가지고 올 수 있다 ! 1. gitlab repository clone git clone 레포주소 레포이름 2. clone 받은 repository로 이동 cd 레포이름 3. 미러링하기 git push --mirror git레포주소 미러링 실패 원인 push declined due to repository rule violations 에러가 나면서 미러링에 실패했었는데 gitlab에서 master와 develop을 제외한 branch를 모두 삭제해주니까 해결되었다. 🌱 잔디 심기 완료