How to get your local git repo onto AllSpice

Prev Next

Overview

This tutorial will help you migrate your local git repo to AllSpice.

  1. Create a new repo in AllSpice Hub. AllSpice doesn't allow you to create a repo by pushing.

  2. Copy the project URL.
    image.png

  3. 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