I have created a repo designated as a template on Github that I'm trying to use as the basis for a new project so that I can reduce initial project startup time for projects with the same functionality.
Every time I clone that template to my local machine under a new project name, it is still associated with that original template and any commits will go there.
I've tried different variations of clone, meteor-boilerplate is what I'm trying to use as to begin an application called notes. git clone https://github.com/ajsingh4/meteor-boilerplate.git notes
Would appreciate any advice as to how I can use that template as the basis for a new project in a separate repository.