If a git fetch is cancelled half way will it resume?
问题 Sometimes fetching any git repository ( by executing the " git fetch repository_URL ") might take many hours depending the size of repository and network speed. If for some reason the user cancels the fetch mid way and then tries to fetch the same repository later on, in exactly same environment where he / she cancelled the last fetch, how does the fetch is going to work? Will it resume the fetch where it left off? 回答1: No (2015) or maybe soon (Q4 2018), git clone/fetch/pull operations don't