-
Git 명령어 - remote addGit 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
'Git' 카테고리의 다른 글
Git 명령어 - branch (0) 2021.06.17 Git 명령어 - fetch (0) 2021.06.17 Git 명령어 - commit (0) 2021.06.17 Git 명령어 - add (0) 2021.06.17 Git 명령어 - clone (0) 2021.06.17