Skip to content

another nonexistent ref in publish#44

Merged
samwar merged 1 commit intomasterfrom
publish-remote-refs
Mar 25, 2021
Merged

another nonexistent ref in publish#44
samwar merged 1 commit intomasterfrom
publish-remote-refs

Conversation

@zzantozz
Copy link
Copy Markdown
Contributor

For the same reason as the previous change, git push origin gh-pages
fails because it's a synonym for git push origin gh-pages:gh-pages,
and as the last change established, gh-pages doesn't exist
locally. Since it exists on the remote, we can simply push HEAD to it,
and all should be well.

For the same reason as the previous change, `git push origin gh-pages`
fails because it's a synonym for `git push origin gh-pages:gh-pages`,
and as the last change established, `gh-pages` doesn't exist
locally. Since it exists on the remote, we can simply push HEAD to it,
and all should be well.
@zzantozz zzantozz added the fix Bugfix label Mar 25, 2021
@samwar samwar merged commit 7ea128f into master Mar 25, 2021
@samwar samwar deleted the publish-remote-refs branch March 25, 2021 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants