Skill Tree Activated

The quest to become an indie game developer

CodingCompletedGitTraining

Learn Git – Units 3 & 4

Today I finished Learn Git by working through Git Branching and Git Teamwork.

Branching allows users to experiment with different versions of a project by checking out separate branches to work on. It is useful if you want to try new things without having to commit to your master work yet.

Teamwork involves the use of remote and local files so all involved can be sure they have the most current and updated information.

This was a good course and I feel like I have learned quite a bit from it. It should really come in handy once I start coding my own projects and need other people to look at things or make changes for me.

Leave a Reply

Your email address will not be published. Required fields are marked *