Notice
Recent Posts
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 기하학
- inductive step
- 원의 방정식
- recursion
- 규칙
- 6장
- BOJ
- 3장
- 1011
- basis step
- 백준
- mirror
- 0장
- 자기호출
- 문제풀이
- programmers
- Repository
- 클린코드
- 재귀
- Clean code
- Wiki
- 수학
- 7장
- 2장
- dp
- 8장
- N으로 표현
- 4장
- 프로그래머스
- 1024
Archives
- Today
- Total
목록Repository (1)
LeeA0의 공부 일기
Git Repository 옮기기
GitHub(GitLab) → GitHub(GitLab)로 Repository commit log 포함해서 옮기기 복사하려는 저장소를 clone한다. git clone --mirror https://github.com/your-namespace/your-project.git clone받은 저장소로 이동 cd your-project.git 새로운 저장소로 mirror push한다. git push --mirror https://github.com/your-new-namespace/your-project.git Wiki문서 옮기기 복사하려는 저장소를 clone한다. git clone --mirror https://github.com/your-namespace/your-project.wiki.git clone..
Git
2021. 3. 23. 21:10