Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfd check command does not work consistently #4

Open
redazzo opened this issue Oct 12, 2021 · 1 comment
Open

rfd check command does not work consistently #4

redazzo opened this issue Oct 12, 2021 · 1 comment

Comments

@redazzo
Copy link
Owner

redazzo commented Oct 12, 2021

On occasion issuing the rfd "check" command returns a result indicating local changes that must be committed prior to issuing an rfd "new" command. However, performing a git "status" notes there are no changes to be committed.

This is intermittent, and cannot yet be consistently repeated. However, it prevents the rfd "new" command from running.

@redazzo
Copy link
Owner Author

redazzo commented Oct 15, 2021

Resolved via following git commands:

  • Remove every file from Git's index.

git rm --cached -r .

  • Rewrite the Git index to pick up all the new line endings.

git reset --hard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant