andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
186 stars 24 forks source link

Fix cached git repo not being updates #13

Closed urso closed 6 years ago

urso commented 6 years ago

Do not use a bare repository and use 'git pull', to guarantee the cached source repository can be updated correctly.