Prototype Kit Training home
Git
Git is the industry standard version control tool. Developers use it to store their code, collaborate and track all changes. You will need to know Git basics to access prototypes others have set up, save any changes you make to the code and deploy them.
Git needs to be installed on your Mac - read more about installing Git.
Resources
- Codecademy - Learn Git
- GOV.UK Prototype Kit - Setting up Git using the terminal
- GitHub - Git Cheat Sheet
Tips
- You can use a Git GUI (graphical user interface) if you want to use Git without using the command line. Read more about which Git GUIs are avilable for your Mac.
- Visual Studio Code also provides a basic interface for working with Git.