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
We should check whether any uncommitted changes are present in the workspace before running the git fetch command.
git fetch
$ pdk pull components http://pdk.64studio.net/channels/debian/testing//etc/schema |============================================================| http://pdk.64studio.net/channels/debian/testing//etc/cache/blob_list.gz |============================================================| pdk INFO: Building channel index... pdk INFO: Finished building channel index. From http://pdk.64studio.net/channels/debian/testing//etc/git * [new branch] master -> components pdk ERROR: Invalid input: Cannot merge with uncommitted changes in the workspace.
The text was updated successfully, but these errors were encountered:
This command should exit with code 0 if there are unstaged commits.
git diff-index --quiet HEAD -- || echo "unstaged commits!"
Sorry, something went wrong.
obbardc
No branches or pull requests
We should check whether any uncommitted changes are present in the workspace before running the
git fetch
command.The text was updated successfully, but these errors were encountered: