이 기사는 Bitbucket이 후원했습니다. Sitepoint를 가능하게하는 스폰서를 지원해 주셔서 감사합니다.
미션 브리프
시간
청중
.
$ cd ~
$ mkdir repos
Repos 디렉토리의 내용을 나열하면 BitbucketStationLocations 디렉토리를 표시해야합니다.
$ cd ~/repos
$ git clone https://emmap1@bitbucket.org/emmap1/bitbucketstationlocations.git Cloning into 'bitbucketspacestation'... fatal: could not read Password for 'https://emmap1@bitbucket.org': No such file or directory
$ cd ~
파일의 상태를 확인하십시오.
$ mkdir repos
$ cd ~/repos
.
로컬 터미널 창으로 돌아가 git 푸시 원산지 마스터를 사용하여 커밋 된 변경 사항을 비트 버킷으로 보내십시오. 이 명령은 원산지 (Bitbucket Server)의 마스터 브랜치 (Bitbucket의 분기)로 밀고 있음을 지정합니다.
위 내용은 Bitbucket Cloud로 Git을 배우십시오의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!