Cole-Greer commented on PR #1941: URL: https://github.com/apache/tinkerpop/pull/1941#issuecomment-1416509263
Hi @tormodhau, are you still having trouble moving your branch over to 3.5-dev? Just to elaborate on Florian's suggestion, running the following should fix any issues: ``` git reset HEAD~1 git stash git reset --hard 3.5-dev git stash apply git add gremlin-dotnet/ git commit -m "Throw explaining exception when reading unsupported GraphBinary type" git push -f ``` Feel free to reach out if you have any other issues with submitting your PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
