You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our vendor workflow, we opted to make vendor a submodule, so we'd get the benefits of checking in deps (e.g. maintaining distribution, reproducibility, etc) without adding the actual content of dep changes to our main repo history (our vendor is ~200mb right now).
However, glide replaces the vendor directory with a newly built one after every operation, which has the side effect of deleting the vendor/.git submodule pointer.
Our current workaround is to just move .git aside and replace it after.