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 needed to edit the way git extensions updates submodules on checkout because some of my submodules have been moved to a different location and I don't have the ability to edit .gitmodules on older commits of the repositories. I turned off the update submodules on checkout setting and inserted two scripts to update submodules the way I needed and set one to activate AfterCheckout and the other to activate BeforeCheckout. While these scripts activate the way they should when checking out a branch or when pulling, they do not activate at all when checking out a revision.
Using Git Extensions version 2.50.01.
Using Windows 7 Enterprise.
The text was updated successfully, but these errors were encountered:
I needed to edit the way git extensions updates submodules on checkout because some of my submodules have been moved to a different location and I don't have the ability to edit .gitmodules on older commits of the repositories. I turned off the update submodules on checkout setting and inserted two scripts to update submodules the way I needed and set one to activate AfterCheckout and the other to activate BeforeCheckout. While these scripts activate the way they should when checking out a branch or when pulling, they do not activate at all when checking out a revision.
Using Git Extensions version 2.50.01.
Using Windows 7 Enterprise.
The text was updated successfully, but these errors were encountered: