This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
git log command fails when branch is local only #61
Labels
Comments
cbenz
changed the title
git log command failed when creating a pull request
git log command fails when creating a pull request
Feb 23, 2017
cbenz
changed the title
git log command fails when creating a pull request
git log command fails when branch is local only
Feb 23, 2017
From the command line this error is displayed: git log --reverse --right-only --format=%h origin/master..origin/rename-functions
fatal: ambiguous argument 'origin/master..origin/rename-functions': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]' I understand that my The error message should be clearer, or the extension could ask if I'd like to push first. |
Thank for the report. I think there should be a notification to push the branch first. |
|
KnisterPeter
added a commit
that referenced
this issue
Mar 29, 2017
Notify user to push branch before creating pull request Closes #61
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a pull request with the "Create pull request in the current branch in current repository (quick)" command, or with the "Create pull request" command, I get this error:
The operation is aborted. No error message in the developer tools of vscode.
The text was updated successfully, but these errors were encountered: