Let’s talk about Git...

No matter what coding language you use to build a project, the project needs to be tracked and documented.

How do we do this? We use Git.

Git is an open source version control system used to help track our code, make changes, and contribute to existing projects.

✅ Think about writing a book in your favorite word processor. Every time you make a change and hit "save" your progress is being tracked.

✅ If there are previous errors we can go back and fix them because the previous changes were saved.

This is one of the main reasons we use Git. By doing this we can better manage our projects and workflow.