Git, Source & Versioning

Source & Version Control

Git is what BU uses for a version control system.

The following is a simplified definition of what git is from Wikipedia:

Git is a version-control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source-code management in software development, but it can be used to keep track of changes in any set of files.

There are a two main ways to work with git:

 

 

Version Numbering