Skip to content

Make lb-use overwrite the current remote if necessary

Igor Babuschkin requested to merge ibabusch/LbScripts:master into master

This allows you to override the current remote using lb-use, instead of having to do git remote rm

Users will end up doing this if there is a problem when running lb-use, for example when they don't have access to the repo, or they abort the git fetch

Merge request reports