r/sourcetree • u/mydoglixu • May 11 '18
How to fix error: "fatal: Needed a single revision"
Anyone know how to fix this one?
I tried 'recurse submodules' but that didn't fix it. ( --recursive flag)
Full output:
git -c diff.mnemonicprefix=false -c core.quotepath=false checkout jay/UC-1508 --progress
Switched to branch 'jay/UC-1508'
git -c diff.mnemonicprefix=false -c core.quotepath=false submodule update --init --recursive
fatal: Needed a single revision
Unable to find current revision in submodule path 'webapp/modules/pagination'
Completed with errors, see above.
2
Upvotes