Git

Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different computers).

git_cheat_sheet.png

[1]


Relevant Note(s): Software Development and Systems Engineering


  1. https://rogerdudler.github.io/git-guide/ ↩︎