일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 백준 1043번 거짓말 - java 분리 집합
- ac 5430번
- 백준 14938번 서강그라운드
- 백준 2473번 세 용액 - java
- 최소 힙 1927
- 코틀린기초
- 백준 1197번 최소 스패닝 트리 - java
- toUpperCase
- map
- HashSet
- kotlin
- Stack
- HashMap
- 백준 2467번 용액 자바 - 이분탐색
- 프로그래머스 java
- Java
- replace()
- 백준 1541
- dp
- 백준 1647번 도시 분할 계획 - java
- StringTokenizer
- 프로그래머스
- 백준 3190번
- hash
- StringBuilder
- 프로그래머스 자바
- 백준 1806번 부분합 java
- append
- mysql hy000 에러
- 18111번 마인크래프트 - java 구현
Archives
- Today
- Total
목록Git 하위 폴더만 가져오기 (1)
말하는 컴공감자의 텃밭

~/Desktop/원하는폴더경로 $ git remote add -f origin https://github.com/khv9786/for_study_Algorithm.git 많은 사람들과 github를 사용할때 특정 폴더만 가져오고 싶을때가 종종 생겼다. sparseCheckout 기능을 정리하고자 한다. 참고 : https://git-scm.com/docs/git-sparse-checkout Git - git-sparse-checkout Documentation If your repository contains one or more submodules, then submodules are populated based on interactions with the git submodule command. S..
Tool/git
2024. 1. 16. 12:11