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 Jun 1, 2024. It is now read-only.
Currently when you're switching between environments, the old one is being reverted, then second applies.
The problem is that in situation when env 1 makes the same changes as env 2, that file will be reverted despite reverting it is unnecessary. It applies not only to files but also to packages, which is the biggest problem.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently when you're switching between environments, the old one is being reverted, then second applies.
The problem is that in situation when env 1 makes the same changes as env 2, that file will be reverted despite reverting it is unnecessary. It applies not only to files but also to packages, which is the biggest problem.
The text was updated successfully, but these errors were encountered: