R4mbb
github 특정 폴더만 clone 본문
mkdir test && cd test
git init
git config core.sparsecheckout true
git remote add origin https://github.com/test.git
# test/.git/info/sparse-checkout
echo "path" > .git/info/sparse-checkout
git pull origin master
path는 아래처럼 복사가능.
'메모용' 카테고리의 다른 글
__run_exit_handlers overwrite 메모 (2) | 2025.07.17 |
---|---|
safe linking 암/복호화 코드 메모 (0) | 2025.07.17 |
ROR, ROL 함수 메모 (0) | 2025.07.17 |
libc <-> ld 맞추기 (0) | 2025.05.16 |
seccomp-tools Install (0) | 2025.02.27 |