Skip to main content
git is a powerful way to version control your design and one of the key reasons atopile was started. If you don’t know about git, learning it is strongly recommended. It’s highly likely you’ll end up loving it.

Basic usage

Workflow overview

git is the de facto standard for version control in software development. For people who haven’t used it before, it’s worth explaining a few terms and the workflow:

More resources