git commit message 수정
git commit --amend
git 로컬 파일 강제로 pull
git fetch --all
git reset --hard origin/master
git pull origin master
git 수정한 파일 되돌리기
git checkout --
git .git 크기 줄이기
git gc --aggressive --prune
이미 tracking된 파일 ignore 하기
git rm -r --cached .
git add .
git commit -am "clean"
'가끔 써서 기억 안나는 내용' 카테고리의 다른 글
nvidia 죽은 프로세스 메모리 해제하기, free interrupted memory (0) | 2022.05.16 |
---|---|
가끔 써서 기억 안나는 LaTex (0) | 2020.12.21 |
CMakeLists.txt 기본 양식 (0) | 2020.07.13 |
syntaxhighlighter html (0) | 2019.12.15 |
ubuntu 명령어 (0) | 2019.12.15 |