GitHub Basics for Designers

This will be a short tutorial about GitHub to get you quickly up and started conceptually if you have little to no experience. I may gloss over some things if you’re already familiar. What is Git? Git is a version control system. It keeps tracks of a repository of files and records all changes made to the files. Most popular in software development for managing code bases. It provides a system for multiple people to work on the same files by tracking changes, allowing easy reverting, and merging multiple changes....

May 7, 2024