Add a New Github Project to Angular Workspace
Scenario

We’ve created a new Angular Workspace for ValidatorJS to Typescript conversion with this approach:
This is the Github URL for it:
https://github.com/fireflysemantics/validatorts
Now we want to link it to the workspace so that we can push the files to the repository.
Approach
git add .
git commit -m "Initial release"
git remote add origin git@github.com:fireflysemantics/validatorts.git
git remote -v
git push -f origin master