[Git] git 저장소 크기 줄이기

출처 : http://stevelorek.com/how-to-shrink-a-git-repository.html

.git 저장소 크기를 줄이려면 다음과 같이 명령을 입력합니다.
$ git reflog expire --expire=now --all
$ git gc --prune=now
$ git gc --aggressive --prune=now
2014/09/13 17:14 2014/09/13 17:14

글 걸기 주소 : 이 글에는 트랙백을 보낼 수 없습니다

덧글을 달아 주세요