[소스이관] 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

www.topdraw.com

](https://www.topdraw.com/blog/moving-from-github-to-bitbucket-why-and-how/)

1. github 백업 및 주소록 복사

  • 백업: 혹시 모를 소스 깨짐을 할때를 대비 백업
    - code - > Download ZIP 클릭

  • 주소록 복사 (URL) 복사

2. bitbucket 으로 복사

  1. bitBucket 접속 후 "Create repository" 버튼 클릭
  2. 저장소 불러오기 선택 및 세팅
    • 1번에서 복사한 URL 및 계정 정보 입력
    • 새로운 저장소 이름 입력 및 저장소 불러오기 클릭

 

확실히 같은 git 기반이라 그런지 아주 간단한 단계만으로도 이관이 가능했다.

제일 좋은 점은 그전 github에서 변경했던 커밋 목록까지도 같이 이관되어 히스토리 관리에도 매우 유용했다.

 

참고 (https://www.topdraw.com/blog/moving-from-github-to-bitbucket-why-and-how/)

반응형