Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Mike Hucka edited this page Aug 12, 2017 · 2 revisions

This repository (repo-template) is a template for creating new repositories on GitHub. The basic process for using this template is:

git clone [email protected]:casics/repo-template.git NEW_REPO_NAME
cd NEW_REPO_NAME
/bin/rm -rf .git
git init

After that, follow your normal procedure for adding the repository to GitHub. Typically this means creating the repository on GitHub, copying the repo URL, and issuing the following command

git remote add origin NEW_REPO_ON_GITHUB
Clone this wiki locally