This is the starter project for the BizBoost Test project.
Checkout the project
git@github.com:jorgecarmona/bizboost.git
Change directory to project
cd bizboost
Verify current repo url
git remote -v
- Create a new project with the name
bizboost - Run the following git commands:
git remote add origin git@github.com:<your-account>/bizboost.git
git branch -M develop
git push -u origin develop