Are you using git for hardware designs if so how?

Thread Starter

Joe_allspice.io

Joined Nov 2, 2023
1
Hi so I’m an EE student looking to see what others are using for things like design review or version control for projects. My current internship opened my eyes to the fact that there are not a lot of widely used solutions for online collaboration for EE work like PCB design. What are you using? Are there apps taking advantage of git that you like?
 
Hi so I’m an EE student looking to see what others are using for things like design review or version control for projects. My current internship opened my eyes to the fact that there are not a lot of widely used solutions for online collaboration for EE work like PCB design. What are you using? Are there apps taking advantage of git that you like?
Helllo,
It's essential part of development (configuration management). But the designer tool shall use readable text based database (it's required to support review - like KiCad). It's also good practice to use sliced/library based database to support the parallel work.
 

AlpTreon

Joined Jul 6, 2021
1
I use Altium with git. It supports it internally and if you use their cloud solution you can get even better functions like side by side comparison of PCB and Schemas.
I don't use the cloud but local git still works pretty great
 
Top