Skip to content

Instantly share code, notes, and snippets.

@jrodl3r
Created October 29, 2012 01:55
Show Gist options
  • Save jrodl3r/3970950 to your computer and use it in GitHub Desktop.
Save jrodl3r/3970950 to your computer and use it in GitHub Desktop.
Clone H5BP to New Project
git clone https://github.com/h5bp/html5-boilerplate.git H5BP_Custom
cd H5BP_Custom
git remote rm origin
git remote add origin https://github.com/JRodl3r/H5BP_Custom.git
git push origin master
#then use GitHub.app to rename & publish new branch as "boilerplate_[versionNumber]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment