-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a command "fresh lock" or similar #122
Comments
👍 |
Okay, what are the things we need to think about with this @jasoncodes?
I'm guessing running What would the structure of the lock file be? It would need to know about every file (even inside directories) and what ref they're locked at. Perhaps a git url, file path and SHA? I could be missing a lot here. |
I'm setting up my new work laptop and this would be amazing. So many broken refs given I (and likely most people) don't lock their refs. |
This and #47 are my 2 most desired new features. I think we only need to store a canonical representation for the |
Add a command "fresh lock" or similar that will grab the revisions of each external file to lock everything in place.
I often roll out vm's and fresh only to find a file in a remote repo has changed substaintially or been removed. I then go search the repo for the version I need.
It would be great if I can "lock" my fresh file somehow and push that to github.
The text was updated successfully, but these errors were encountered: