V School | Better Humans, Better Outcomes

Git Rundown

The Importance of Version Control What is git? Git is a distributed version control system. Distributed: * Files are stored on multiple machines (i.e. your local machine and github.com) Many people can work on one project simultaneously Version control: * previous versions of the project can be saved and retrieved

Terminal Kung-Fu

What is the terminal? When launched, it provides a line interface to control the underpinnings of the UNIX-based operating system. In short, it lets you control your computer like hackers from the movies! Why use it? Until now, you've been used to using a mouse and monitor to interact with

V School | Better Humans, Better Outcomes © 2026