Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 213 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 213 Bytes

Es6 Starter

Start a project

git clone [email protected]:guins/wheel-es6.git PROJECT-NAME
cd PROJECT-NAME
git remote set-url origin PROJECT-REMOTE-URL
git push -u origin --all
git push -u origin --tags