Last active
October 22, 2015 17:16
-
-
Save bpesquet/969ea9a0b399cf9aeeac to your computer and use it in GitHub Desktop.
Create a new Jekyll course based on class-boilerplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<create new repo on GitHub> | |
$ git clone <new repo URL> | |
$ git remote add boilerplate https://github.com/bpesquet/class-boilerplate.git | |
$ git fetch boilerplate | |
$ git merge boilerplate/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment