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
I updated glide and realised that the .git folder are now cleaned up from the vendor directories. Is there a command line option that will allow me to retain it? It is much easier to manage development on the vendored repos if they appear as git repos instead of just plain directories and files.
I currently have to manually remove the vendor repo, git clone the repo in it's place, makes changes and commit, run glide up again and repeat for every change I need to make in the vendor repos.
There's probably not many people who use this model but would be useful to have it through an option if possible.
Thanks.
The text was updated successfully, but these errors were encountered:
sorry, but it's not feasible to return to the model of having the .git dirs (or other vcses) present under vendor/.
we realize that this does hamper the multi-project development case, and are working on more comprehensive solutions. in the meantime, you might be interested to have a look at the discussions in #548 - they've got some scripts going there, at least.
I updated glide and realised that the .git folder are now cleaned up from the vendor directories. Is there a command line option that will allow me to retain it? It is much easier to manage development on the vendored repos if they appear as git repos instead of just plain directories and files.
I currently have to manually remove the vendor repo, git clone the repo in it's place, makes changes and commit, run glide up again and repeat for every change I need to make in the vendor repos.
There's probably not many people who use this model but would be useful to have it through an option if possible.
Thanks.
The text was updated successfully, but these errors were encountered: