Understand Git & Github with Unity

Suleiman Abdullah
2 min readOct 21, 2021

Objective: Introduction to Git.

Git is a distribution version control system(VSC),it is a system that tracks Changes to our project files over time. It enables us to record project changes and go back to specific version of tracked files at any given point in time

git is accessed via command-line interface called git bash

git bash

But first lets Install git ,download git here: https//git-scm.com

click the download link for your specific operating system

it doesn't matter whether you are on pc or mac its going to detect your operating system

Then follow through the installation wizard

recommended to leave default settings

why bother about Git?

This system can be used by many people to efficiently work together and collaborate on team projects, where each developer can have their own version of the project, distributed on their computer.

Knowing how to use Git is one of the most important skills for any developer nowadays

I hope you understand Git well thanks for your time see you in the next article

--

--

Suleiman Abdullah

Self taught Unity Developer, who is passion about making games ,and he loves Math For Game Development