Skip to content

Instantly share code, notes, and snippets.

@cobysy
Created September 24, 2018 19:42
Show Gist options
  • Save cobysy/6a5ddb66cfc175c3dd49448b0ddf0bc3 to your computer and use it in GitHub Desktop.
Save cobysy/6a5ddb66cfc175c3dd49448b0ddf0bc3 to your computer and use it in GitHub Desktop.
ghpages
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:cobysy/somerepo.git
git push --force origin master:gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment