Git

Git 명령어 - remote add

포포맨 2021. 6. 17. 12:37

Git 명령어 - remote add

원격 저장소를 추가하기 위해 사용하는 명령어 입니다.

 

예제

git remote add <프로젝트 별명> <프로젝트 주소>

# git remote add staging https://github.com/HJ-Template/template-github
# git remote add origin https://github.com/HJ-Template/template-github