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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
It would be nice to be able to update or fetch a single thrift file. Whilst I think that updating everything is a great default, there are often times when updating a single file is more practical. Working on a project in which many people are adding and updating thrift files results in many painful conflicts.
The text was updated successfully, but these errors were encountered:
Ensuring that idl fetch and update write out a consistent snapshot of the registry is an explicit goal. I think it’s sufficient to work around this limitation by using git checkout to restore unwanted changes after an update, but would love to hear your feedback.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to be able to update or fetch a single thrift file. Whilst I think that updating everything is a great default, there are often times when updating a single file is more practical. Working on a project in which many people are adding and updating thrift files results in many painful conflicts.
The text was updated successfully, but these errors were encountered: