You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by "Cole-Greer (via GitHub)" <gi...@apache.org> on 2023/02/03 23:05:22 UTC

[GitHub] [tinkerpop] Cole-Greer commented on pull request #1941: TINKERPOP-2853: Throw explaining exception when reading unsupported GraphBinary type

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: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org