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
Currently, users can bit checkout components, but not individual files inside the component.
This is needed especially for binary files conflicts, where there is no way to edit the file and make decisions. By default, in case of conflicts, Bit keeps the existing binary file (unless --theirs was used). If a user chooses --manual to auto resolve-conflict and wants "theirs" binary file, it's not possible.
Describe the solution you'd like
I'd like to be able to run bit checkout latest comp-id --file button.ts
Describe alternatives you've considered
Coping the file manually.
Additional context
Asked by ranm8 .
The text was updated successfully, but these errors were encountered:
Description
Currently, users can
bit checkout
components, but not individual files inside the component.This is needed especially for binary files conflicts, where there is no way to edit the file and make decisions. By default, in case of conflicts, Bit keeps the existing binary file (unless
--theirs
was used). If a user chooses--manual
to auto resolve-conflict and wants "theirs" binary file, it's not possible.Describe the solution you'd like
I'd like to be able to run
bit checkout latest comp-id --file button.ts
Describe alternatives you've considered
Coping the file manually.
Additional context
Asked by ranm8 .
The text was updated successfully, but these errors were encountered: