Skip to content

rebeccapeltz/gitbook-publishable-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitboook-publishable-template

template to use for publishing gitbooks to github.com

You can duplicate this repository https://help.github.com/articles/duplicating-a-repository/

  1. Create a new repository on github.com

  2. Create a bare clone of this repository git clone --bare https://github.com/rebeccapeltz/gitbook-publishable-template.git

  3. Mirror-push to new repository cd gitbook-publishable-template.git
    git push --mirror https://github.com/useraccount/new-repository.git

  4. Remove the temporary repository create above
    cd .. rm -rf old-repository.git

Alternatively, you can also just download a zipped file of this repository and then use standard commands to push to initialize and push to your new repository.

git init
git add .
git commit -m"first commit"
git remote add origin git@github.com:useraccount/new-repository.git  
git push origin master

Yay!

About

template to use for publishing gitbooks to github.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published