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

Updates setup instructions to add .gitkeep #56

Merged
merged 1 commit into from
Jul 25, 2017
Merged

Updates setup instructions to add .gitkeep #56

merged 1 commit into from
Jul 25, 2017

Conversation

shak
Copy link
Contributor

@shak shak commented Jul 25, 2017

Fixes: #37

The rm -rf removes everything from the new orphan branch, so when you run git add -A there are no files to stage and subsequently nothing to commit which results in gh-pages branch not being created at all.

Fixed by creating an empty .gitkeep

running `git add -A` without any files to stage results in nothing to commit so the branch is never created.
@knownasilya knownasilya merged commit dd4498c into poetic:master Jul 25, 2017
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.

2 participants