Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 576 Bytes

File metadata and controls

10 lines (6 loc) · 576 Bytes

What is Git?

Git is a version control software that helps not just software developer, but any coders involved in coding then needed version control to manage their code.

Wikipedia:

Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.1

image

Footnotes

  1. https://en.wikipedia.org/wiki/Git