Work
[Git] Git 레파지토리 이동 방법
Nicehong
2023. 3. 9. 09:58
https://www.smashingmagazine.com/2014/05/moving-git-repository-new-server/
Moving A Git Repository To A New Server — Smashing Magazine
Suppose your company decides to change its code-hosting provider or you wish to move your own Git repository to a different host. It doesn’t happen often, but it happens.
www.smashingmagazine.com
검색해서 얻은 정보들을 가지고 해봤는데, 잘 안됨
git init을 잘못해서 생긴 문제 였음. git init --bare 주의!
https://jjam89.tistory.com/163
[Git]git init 과 git init --bare
git init 과 git init --bare bare bare의 단어 뜻은 '벌거벗은', '나체의', '가리지 않은' 뜻입니다. git init --bare를 직역하자면 나체의 git init 으로 뜻만 봐도 무엇인가 부족하다는 것을 알 수 있습니다. 차
jjam89.tistory.com