Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 548 Bytes

base-template

A generic template as a base for other templates

How to use

Make a new git repository base on master branch of base-template.

mkdir your-service
cd your-service
git init
git fetch https://github.com/airmanx86/base-template.git
git reset --hard FETCH_HEAD

Create your remote repository and obtain the URL

git remote add origin https://github.com/your-name/your-service.git
git remote -v
git push -u origin master

Contributing

Please read CONTRIBUTING.md to understand how best to contribute to this repo.