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
Problem
The upgrade script can be brittle at times, but is generally fine.
This issue is a place where we can recap older or known issues, and potentially make improvements.
Enhancement
I'd like to see the script able to run from any folder.
that could mean running git with git --git-dir=__ --work-tree=___
It shouldn't be too hard to be able to run the existing git script, vs pulling down the new version.
it'd be nice not to hard code the repo's git urls
Additional context
I don't know that there's anything we NEED to do yet, but an issue like this can be good for gathering notes until it's decided an improvement is desired.
The text was updated successfully, but these errors were encountered:
Problem
The upgrade script can be brittle at times, but is generally fine.
This issue is a place where we can recap older or known issues, and potentially make improvements.
Enhancement
git --git-dir=__ --work-tree=___
Additional context
I don't know that there's anything we NEED to do yet, but an issue like this can be good for gathering notes until it's decided an improvement is desired.
The text was updated successfully, but these errors were encountered: