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

hub pages #1

Closed
qrush opened this issue Dec 9, 2009 · 3 comments
Closed

hub pages #1

qrush opened this issue Dec 9, 2009 · 3 comments
Labels

Comments

@qrush
Copy link
Contributor

qrush commented Dec 9, 2009

I'm wondering if you think this will be useful, I tend to do this often with projects that have a gh-pages branch:

git checkout gh-pages
git clean -dfx

so maybe that could be wrapped up as

hub pages

@defunkt
Copy link
Contributor

defunkt commented Dec 9, 2009

I like it. I have gh-pages branches on almost all my projects (including this one). Adding Pages functionality to hub is definitely within the scope of the project.

@defunkt
Copy link
Contributor

defunkt commented Dec 24, 2009

For reference this is my current git-pages script in ~/bin:

#!/bin/sh -e

git symbolic-ref HEAD refs/heads/gh-pages
rm .git/index
git clean -fdx
touch index.html
$EDITOR index.html

@defunkt
Copy link
Contributor

defunkt commented Mar 3, 2010

I think it's best we leave this out for now.

Oblongmana added a commit to Oblongmana/git-connect that referenced this issue Nov 7, 2013
pglombardo referenced this issue Jun 9, 2014
This feature is likely to get dropped from GitHub API in the near
future. The alternative is to simply create a new pull-request and
reference the original issue in the description.
jez pushed a commit to jez/hub that referenced this issue May 26, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants