GitHub Workshop

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.

This workshop started with some compelling advantages of knowing how to use Git and GitHub. The participants were taught to create Git Repositories. This was accomplished using a set of Git commands. The repositories were later synced to the servers on GitHub – allowing remote storage of their code, as well as a means for collaborators to work on the same code.

 

Spread the love