This is the starter project for the BizBoost Test project.
Checkout the project
[email protected]: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 from your newly created project in htt://github.com
git remote add origin [email protected]:<your-account>/bizboost.git
git branch -M main
git push -u origin main