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

Force-pull in _deploy #1516

Open
FiloSottile opened this issue Mar 13, 2014 · 0 comments
Open

Force-pull in _deploy #1516

FiloSottile opened this issue Mar 13, 2014 · 0 comments

Comments

@FiloSottile
Copy link

The ## Pulling any updates from Github Pages step should know what branch to pull, and should force pull it.

As it is now, if I clone my blog I have to run

rake setup_github_pages
cd _deploy
git branch --set-upstream-to=origin/master master
git fetch
git reset --hard origin/master
cd -

to start deploying again. It does not feel right.

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

No branches or pull requests

1 participant