Discard local commits? (causing merge conflicts that hang on resolution) #806
Unanswered
silverrowan
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Hey, thanks for reaching out. GitSync doesn't use git under the hood directly, but instead something called libgit2. It means that there's sadly no terminal available. However, you should be able to resolve your particular issue, just by using the force pull option (will discard unpushed commits and pull all remote commits) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm running into a problem where merge conflict edits cause the merging to hang. The easiest way for me to remedy it in this particular case is just to discard un-pushed commits, but I can't find the way to do that in this app.
Is there anywhere where I can use the normal git commands?
I'm using the ios ipad app, to gitHub.
All reactions