···1616## Getting started
17171818### Create a new repository
1919+19201. Clone this repository template
20211. In the repository directory, remove `.git` folder with `rm -rf .git`
21221. In the repository directory, Initialize git repository with `git init .`