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
So, for fun, I made a file and marked it, then deleted it. I also manually edited the .cfg.json to see what that was all about.
Currently, the error message is just:
drake@element:~/workspace/test_base$ cfg snap checkout master
error: there are uncommitted files
'git status -s' output:
M .cfg.json
D .cfg_schemas/lol
D lol/hh/lol.yaml
I think that the error message seems somewhat... barebones. Could be nice to update this to be more consistent with cfg / suggest how to fix the issues with modified / deleted, but it just feels weird to show a git message here.
The text was updated successfully, but these errors were encountered:
One suggestion I have is to provide a cfg reset command, which resets files tracked by cfg to the state they were in at the last successful git commit hash generated by cfg, and provide a help text in this case that shows how to run that command to fix the state of the base.
So, for fun, I made a file and marked it, then deleted it. I also manually edited the
.cfg.json
to see what that was all about.Currently, the error message is just:
I think that the error message seems somewhat... barebones. Could be nice to update this to be more consistent with cfg / suggest how to fix the issues with modified / deleted, but it just feels weird to show a git message here.
The text was updated successfully, but these errors were encountered: