Notice
Recent Posts
Recent Comments
Link
투케이2K
15. (Bitbucket/Git) [Git 명령어] git remote add 원격 주소 추가 및 설정된 remote version 확인 방법 본문
비트버킷 & Git
15. (Bitbucket/Git) [Git 명령어] git remote add 원격 주소 추가 및 설정된 remote version 확인 방법
투케이2K 2022. 11. 1. 09:10[환경 설정]
저장소 : Bitbucket / Git
사용 목적 : 소스 코드 버전 관리 실시
[소스 코드]
# [비트 버킷에서 복사한 주소 설정 실시]
lo@loui-MacBookPro Two2kManager % git remote add origin https://KwonGiHwan@bitbucket.org/KwonGiHwan/android-two2kmanager.git
>> 기존에 저장된 remote 저장소가 있어서 에러가 발생하는 경우 삭제 수행 : git remote remove origin
# [설정된 remote 주소 확인 실시]
lo@loui-MacBookPro Two2kManager % git remote -v
[결과 출력]
반응형
'비트버킷 & Git' 카테고리의 다른 글
Comments