Skip to content

Instantly share code, notes, and snippets.

@AWaselnuk
Created October 8, 2014 20:40
Show Gist options
  • Save AWaselnuk/d801814d33ec7e42093b to your computer and use it in GitHub Desktop.
Save AWaselnuk/d801814d33ec7e42093b to your computer and use it in GitHub Desktop.
Getting started with a template from Github
git clone git@github.com:[templateUser]/[templateRepo].git [yourNewRepoName]
cd [yourNewRepoName]
rm -rf .git
git init
git remote add origin git@github.com:[yourUserName]/[yourNewRepoName].git
git add -A
git commit -m "initial commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment