Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error when attempting to use detached head on existing repo #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chkohner
Copy link
Contributor

Currently if you use a detached head repo (or otherwise have weird branch mappings) the build will fail with a fatal: ref refs/remotes/origin/HEAD is not a symbolic ref error when attempting to get the current branch.

This is a more robust solution that will leave the repo in a detached head if it's not currently associated with a branch (common in a CI environment) and further no longer assumes the remote branch is called origin/${branch} and instead asks git for what the tracked remote branch is.

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