Using git 2.25.1 Used git sparse-checkout init/set to setup sparsecheckout.
Now I'm in situation that i need to abort merge.
Tried:
git merge --abort
Entry 'QStreams_xxx/infra/QPrism/Qpvc/gradle_pvc/gradle_pvc.iml' not uptodate. Cannot update sparse checkout. fatal: Could not reset index file to revision 'HEAD'
Tried:
git reset --hard
Same error message.
Tried to disable sparse-checkout
git sparse-checkout disable
Error:
error: cannot disable sparse-checkout: You have unstaged changes. error: additionally, your index contains uncommitted changes.
In there any way out of this ?
Thanks Boaz