Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't fail if removing non-existing git proxy configuration
Calling `git config --unset-all` for non-existing keys exits with non-zero exit code. We just ignore all the errors here.
- Loading branch information