git断点续传

例如:

(1)先再本地执行git init,创建git本地库

(2) git fetch git://repo.or.cz/tomato.git

如果中途掉线,继续执行上面(1)命令

(2):git checkout FETCH_HEAD 或者git fetch git://repo.or.cz/tomato.gitHEAD

你可能感兴趣的:(git断点续传)