Make --prune a configurable parameter in fetching a git remote
By default, --prune is added to the command-line of a `git fetch` operation, but for repositories with many references this can take a long time to run. We shouldn't need to run --prune the first time we fetch a new repository.
Showing
Please register or sign in to comment