How to get your local git repo onto AllSpice
    • PDF

    How to get your local git repo onto AllSpice

    • PDF

    Article Summary

    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


    Was this article helpful?

    What's Next