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
Is your feature request related to a problem? Please describe.
If a file is imported from inside the kart repo it stays there along with the working copy file. There isn't direct indication that the file was imported shouldn't be used and that the contents of it have actually been put into the repo and ended up in the working copy file.
kart log shows it has been imported, kart status returns
❯ kart status
On branch main
Nothing to commit, working copy clean
At this point if the original file is changed obviously kart isn't going to see any diff and there is no easy way to move those changes across to the working copy.
...
confusion.
Describe the solution you'd like kart import could prompt when importing from a repo directory saying this might not be what is intended.
kart status could show something indicating a kart equivalent of 'untracked files are present' to help indicate it's not going to do anything with the original file.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a file is imported from inside the kart repo it stays there along with the working copy file. There isn't direct indication that the file was imported shouldn't be used and that the contents of it have actually been put into the repo and ended up in the working copy file.
kart log
shows it has been imported,kart status
returnsAt this point if the original file is changed obviously kart isn't going to see any diff and there is no easy way to move those changes across to the working copy.
...
confusion.
Describe the solution you'd like
kart import
could prompt when importing from a repo directory saying this might not be what is intended.kart status
could show something indicating a kart equivalent of 'untracked files are present' to help indicate it's not going to do anything with the original file.The text was updated successfully, but these errors were encountered: