Book a demo
Free diff tool
Blog
Getting Started
How-to Guides
FAQs
Contents
x
Getting started
How-to Guides
FAQs
Accounts
Onboarding
Powered by
Getting started
11 Articles
in this category
Share this
Print
Share
Dark
Light
Contents
Getting started
11 Articles
in this category
Share
Dark
Light
AllSpice Crash Course
Intro Welcome to AllSpice! We're thrilled you're giving the Hub a try. This tutorial is an overview of what the platform is all about to help you get started. It takes ~20 minutes to complete, and you'll: Add a demo project Create an issue Sta...
Updated on : 05 Jul 2022
Local git setup
Overview This article covers the basics on how to install git and sync between your remote AllSpice Hub repositories and your local filesystem. If you already have git on your machine and have used it before, you can skip ahead. Primer on Git Cl...
Updated on : 05 Jul 2022
Setting up OpenSSH authentication with git
Overview Allspice Hub uses two different forms of authentication to sync your files between the hub and your local filesystem. In the previous Getting Started tutorial, we showed you how to setup https authentication . This method uses web authe...
Updated on : 05 Jul 2022
Getting your designs in AllSpice
The first thing you'll need to do to get your electronics design project in AllSpice Hub is create a new repository. Depending on where your files currently live, you'll follow different steps. In general, each design (PCBA) should have its own ...
Updated on : 05 Jul 2022
Migrate a Git repository into AllSpice
If you have been using another git-based revision control platform, such as GitHub, GitLab, A365, etc., you can use AllSpice's built-in migrators to clone your repos. To do so, log into your AllSpice account and follow the steps below: 1. Expa...
Updated on : 05 Jul 2022
Migrate an SVN repository into AllSpice
Part #1: Migrate your SVN repository to git For converting your SVN repository into a Git one, we recommend following this GitKraken guide . You may also be interested in Microsoft's SVN to Git migration guide: Learn how to migrate from Subver...
Updated on : 21 Sep 2023
Create a new repository
The first thing you'll need to do to get your electronics design project in AllSpice Hub is create a new repository. In general, each design (PCBA) should have its own repository. Step-by-step guide 0. Open a new repository To get ...
Updated on : 05 Jul 2022
Git client workflow
Clone your project files Whether you have migrated your repositories from an existing repo [link] or you’ve initialized a new repo [link], you’re going to start by copying the clone link. 1. First, navigate to your repository page and locate the C...
Updated on : 05 Jul 2022
Design reviews 101
Overview One of our customers' favorite features in AllSpice Hub is the ability to run digital, asynchronous design reviews. Especially helpful for distributed and remote teams, AllSpice design reviews help teams: Be flexible and respond to ma...
Updated on : 05 Jul 2022
Git bash | command line cheat sheet
Setup Global user information settings Set the name you will use to add changes to the repo git config --global user.name "[firstname lastname]" Set the email address will use to add changes to the r...
Updated on : 10 Aug 2022
How to store login credentials with TortoiseGit
For TortoiseGit 1.8.1.2 or later, there is a GUI to switch on/off credential helper. It supports git-credential-wincred and git-credential-winstore. TortoiseGit 1.8.16 add support for git-credential-manager (Git Credential Manager, the successor...
Updated on : 14 Dec 2022