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

Updated to use HEAD instead of master as default branch #87

Merged
merged 2 commits into from
Feb 23, 2021

Conversation

IanLee1521
Copy link
Contributor

@IanLee1521 IanLee1521 commented Feb 23, 2021

Resolves #84, Builds off work in #85.


View rendered README.md

README.md Outdated
@@ -40,7 +40,7 @@ Remote themes are specified by the `remote_theme` key in the site's config.

For public GitHub, remote themes must be in the form of `OWNER/REPOSITORY`, and must represent a public GitHub-hosted Jekyll theme. See [the Jekyll documentation](https://jekyllrb.com/docs/themes/) for more information on authoring a theme. Note that you do not need to upload the gem to RubyGems or include a `.gemspec` file.

You may also optionally specify a branch, tag, or commit to use by appending an `@` and the Git ref (e.g., `benbalter/[email protected]` or `benbalter/retlab@develop`). If you don't specify a Git ref, the `master` branch will be used.
You may also optionally specify a branch, tag, or commit to use by appending an `@` and the Git ref (e.g., `benbalter/[email protected]` or `benbalter/retlab@develop`). If you don't specify a Git ref, the `HEAD` branch will be used.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, I think HEAD is a ref, right?

Copy link
Owner

@benbalter benbalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥

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.

Newly created repositories now have default branch main: OWNER/REPOSITORY gives not found error
3 participants