일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ubuntu
- 윈도우
- hamonikr
- 리눅스
- 자바스크립트
- PostgreSQL
- 우분투
- javascript
- python
- DATABASE
- 설치
- 파이썬
- 아틀라시안
- 자바
- 하모니카
- Linux
- node
- 노드
- 3.0
- 스크립트
- Atlassian
- postgres
- DB
- Windows
- java
- install
- JS
- script
- 데이터베이스
- 설정
Archives
- Today
- Total
목록branch (1)
LukeHan 의 잡다한 기술 블로그
branch tag 를 모두 포함한 git 저장소 복제하기
> git clone --mirror {org_repository} Cloning into bare repository 'org_repository'... remote: Enumerating objects: 4201, done. remote: Counting objects: 100% (783/783), done. remote: Compressing objects: 100% (392/392), done. remote: Total 4201 (delta 381), reused 619 (delta 367), pack-reused 3418Receiving objects: 99% (4159/4201), 25.51 MiB | 10.19 MiB/s Receiving objects: 100% (4201/4201), 27..
개발/Git
2023. 12. 26. 20:00