일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 자바
- script
- 아틀라시안
- javascript
- install
- 자바스크립트
- java
- ubuntu
- 파이썬
- 설치
- python
- DATABASE
- hamonikr
- 우분투
- 설정
- PostgreSQL
- node
- 스크립트
- Atlassian
- 리눅스
- Linux
- postgres
- Windows
- 노드
- 데이터베이스
- 윈도우
- 하모니카
- 3.0
- JS
- DB
Archives
- Today
- Total
목록remote (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