Skip to content

Conversation

@deathaxe
Copy link
Contributor

This commit changes command line git log ..remote/maybe-not-existing-branch to git log -- ..remote/maybe-not-existing-branch to prevent git from raising error message about ambiguous arguments, when looking for updates.

This affects upgrading git cloned packages, the tracking remote branch of a checked out local branch does no longer exist for.

This commit changes command line `git log ..remote/maybe-not-existing-branch`
to `git log -- ..remote/maybe-not-existing-branch` to prevent git
from raising error message about ambiguous arguments, when looking for updates.

This affects upgrading git cloned packages, the tracking remote branch of
a checked out local branch does no longer exist for.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant