We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git reset --hard gd32f303cc_with_bootloader.ld or git reset --hard gd32f303cc_with_bootloader_plus4.ld
didn't work for me (git version 2.25.1 on a Xubuntu 20.04 LTS) and gives an error message:
"fatal: A 'hard'-reset with pathes is not possible" (the wording might differs a bit, my messages are in german).
What worked for me is
git reset --hard
but I don't know what impact is has.
Maybe the Readme.md should clarify that.
Regards, Thorsten
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git reset --hard gd32f303cc_with_bootloader.ld
or
git reset --hard gd32f303cc_with_bootloader_plus4.ld
didn't work for me (git version 2.25.1 on a Xubuntu 20.04 LTS) and gives an error message:
"fatal: A 'hard'-reset with pathes is not possible" (the wording might differs a bit, my messages are in german).
What worked for me is
git reset --hard
but I don't know what impact is has.
Maybe the Readme.md should clarify that.
Regards, Thorsten
The text was updated successfully, but these errors were encountered: