Skip to main content

Posts

Showing posts with the label git

Using Git With 3D Games Source Control

Let's start with the guide on U sing Git with unity3D Games Source Control . What is GIT?  Git is a free and open source  distributed version control system (SCM) developed by Linus Torvalds in 2005 ( Linux OS founder). It is created to control everything rom small to large projects with speed and efficiency. Leading companies like Google, Facebook, Microsoft uses GIT every day. If you want to learn more about GIT check this Quick tutorial , First of all make sure you have your Git environment setup.You need to set up both your local environment and a Git repository (I prefer Github.com). GIT client application Mac/Windows For GIT GUI client application, I recommended you to go with Github.com, GitHub is the place to share code with friends, co-workers, classmates, and complete strangers. Over five million people use GitHub to build amazing things together. GitHub Features and Download Links.   Here is a guide on using git with unity Uni...