Project Base
This is a basic project template for our organization, to enable template update, try the following step while setting up your enviroment:
- Create repo with this template;
- Add a new remote and fetch it:
git remote add template https://github.com/jibencaozuo-playground/project-base.git
git fetch --all
- Merge them:
git merge template/main --allow-unrelated-histories
You can follow the update of this template repo now!