Create New Project Using Statix
Setup
1. Local:
sh
$ git clone git@github.com:convidera/statix.git <new-project-name>
$ cd <new-project-name>
$ rm -rf .git
$ git init2. GitHub:
- Add a new repo with the name
<new-project-name>. - Add description
- No initialization
3. Local
sh
$ git remote add origin git@github.com:convidera/<new-project-name>.git
$ git branch -M main
git push -u origin main