일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- vscode
- viewcontroller
- currying
- github
- styled-components
- Xcode
- shortcut
- React Native
- ES6
- REACT
- HTML
- Swift
- JavaScript
- GitLab
- styling
- js
- react-native
- Docker
- nextJS
- npm install
- npm
- rn
- xtring.log
- Android
- commit
- git
- Branch
- ReactNative
- ios
- DevOps
Archives
- Today
- Total
목록mirror-push (1)
xtring.dev
[Git] GitLab에서 GitHub로 commit log를 유지하여 Clone하기
회사에서 관리하는 Remote Repository는 이전에 GitLab에서 관리되어지고 있다가 서버 개발자 분께서 자동 배포기능을 만들기 위해 GitHub로 프로젝트를 이관하면 어떻겠냐는 제한을 했습니다. 그런데 이전 commit log를 모두 날려버린다면 너무 아깝기도 하고 작성했던 코드도 모두 날리게 되어 쉽게 실행하지 못하던 와중에 좋은 방법을 찾게 되었습니다. Repository 미러링 1. open terminal 2. 복사하고자 하는 저장소(GitLab)의 bare clone을 생성 git clone --bare https://gitlab.com/user_id/old-repo.git 3. 새로운 저장소(GitHub)를 만들고 mirror-push를 진행합니다. cd old-repo.git gi..
for Dev./Git | Github
2020. 7. 15. 09:55