[소스이관] github 에서 bitbucket으로 옮기기
2020. 8. 3. 19:21ㆍ개발/OVPS
반응형
https://www.topdraw.com/blog/moving-from-github-to-bitbucket-why-and-how/
[
Moving from GitHub to Bitbucket - Why and How - Top Draw
GitHub is my source for everything from jQuery plugins to grid frameworks to PHP libraries, so why would we abandon it? Well, if you're a developer working with large numbers of private repos, you might make the move too. Find out why Top Draw transferred
](https://www.topdraw.com/blog/moving-from-github-to-bitbucket-why-and-how/)
1. github 백업 및 주소록 복사
- 백업: 혹시 모를 소스 깨짐을 할때를 대비 백업
- code - > Download ZIP 클릭
- 주소록 복사 (URL) 복사
2. bitbucket 으로 복사
- bitBucket 접속 후 "Create repository" 버튼 클릭
- 저장소 불러오기 선택 및 세팅
- 1번에서 복사한 URL 및 계정 정보 입력
- 새로운 저장소 이름 입력 및 저장소 불러오기 클릭
확실히 같은 git 기반이라 그런지 아주 간단한 단계만으로도 이관이 가능했다.
제일 좋은 점은 그전 github에서 변경했던 커밋 목록까지도 같이 이관되어 히스토리 관리에도 매우 유용했다.
참고 (https://www.topdraw.com/blog/moving-from-github-to-bitbucket-why-and-how/)
반응형
'개발 > OVPS' 카테고리의 다른 글
[jenkins & slack] jenkins & slack 연동 (with pipeline) (0) | 2019.12.05 |
---|---|
[CI/DI] 자동 배포를 위한 방법(with docker, jenkins, github) (0) | 2019.12.05 |
[jenkins] docker_jenkins_blue ocean 설치 (0) | 2019.11.28 |
[Slack&github] slack & github 연동 (0) | 2019.11.25 |