카테고리 없음

메모 : 이미 작업중인 폴더에 Git Clone 하기

로켓곰군 2024. 2. 13. 00:48

https://linuxhint.com/clone-into-non-empty-git-directory/

 

How to Clone Into a Non-Empty Git Directory

I hold a master's degree in computer science. I am passionate about my work, exploring new technologies, learning programming languages, and I love to share my knowledge with the world.

linuxhint.com

 

 

* 빠른 요약

1. 원하는 폴더로 이동

2. 해당 폴더에서 Git Bash 실행

3. [ git init ]

4. [ git remote add origin (Remote 경로) ]

5. (충돌 등의 이유로 머지 작업이 필요 시) [ git pull origin master --allow-unrelated-histories ]