Posts

Showing posts from December, 2019
Image
My experience learning git branching!!! First of all i would like to say this "game" is extremely entertaining and challenging. I completed this game as a task for Google code-in program. I plan on utilizing this new ability that i have learned to contribute to open source softwares. What is git? Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.