Update Git lesson's GitHub Pages branch section#103
Merged
dcmcand merged 1 commit intoLibraryCarpentry:gh-pagesfrom Jun 24, 2021
Merged
Update Git lesson's GitHub Pages branch section#103dcmcand merged 1 commit intoLibraryCarpentry:gh-pagesfrom
dcmcand merged 1 commit intoLibraryCarpentry:gh-pagesfrom
Conversation
Remove references to gh-pages branch Add new Pages branch settings workflow with screenshots
emcaulay
approved these changes
Jun 23, 2021
Contributor
emcaulay
left a comment
There was a problem hiding this comment.
This commit looks correct and helpful. I think we should move forward with merging this commit since github has changed the way of setting up gh_pages
pkiraly
added a commit
to pkiraly/lc-git
that referenced
this pull request
Jun 28, 2022
gh-pages branch is not required any more. A previous reference has been removed by PR LibraryCarpentry#103, however there remained a leftover. This change removes that.
This was referenced Jun 28, 2022
zkamvar
pushed a commit
that referenced
this pull request
Apr 21, 2023
Update Git lesson's GitHub Pages branch section
zkamvar
pushed a commit
that referenced
this pull request
Apr 21, 2023
gh-pages branch is not required any more. A previous reference has been removed by PR #103, however there remained a leftover. This change removes that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Pages no longer requires the
gh-pagesbranch to enable Pages, and there is a new workflow for Pages source branch configuration. This PR updates the GitHub Pages part of the Git lesson to reflect these changes.