You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the current commit has already been applied to the upstream and there is nothing to commit
I can't find anything in the docs for an option that I might not be passing. There's one for creating a commit normally, but that matches the git commit API. You don't need to pass any flags for this for git rebase.
The text was updated successfully, but these errors were encountered:
Accept default
main
trunk and selectmain
for the onto prompt. The empty commit"Change B"
gets dropped.I think this is an issue with libgit2, or at least how I'm using it. We're receiving an
EAPPLIED
return code when performing the rebase commit.The docs say that this is returned:
I can't find anything in the docs for an option that I might not be passing. There's one for creating a commit normally, but that matches the
git commit
API. You don't need to pass any flags for this forgit rebase
.The text was updated successfully, but these errors were encountered: