Overview
This tutorial will help you migrate your local git repo to AllSpice.
-
Create a new repo in AllSpice Hub. AllSpice doesn't allow you to create a repo by pushing.
-
Copy the project URL.

-
Link your local repo to the AllSpice repo
git remote add origin [REPO-URL]
git push --set-upstream origin --force-with-lease
Here is a video showing the git commands in action