How to get your local git repo onto AllSpice
- 1 Minute to read
- Print
- DarkLight
- PDF
How to get your local git repo onto AllSpice
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Was this article helpful?