Function introduction
Git is a distributed version control system, so it does not have a central server. Everyone's computer is a complete version library. In this way, you do not need to be connected to the Internet when working, because the versions are all on your own computer. Since everyone's computer has a complete version library, how can multiple people collaborate? For example, if you change file A on your computer, and someone else also changes file A on your computer, you only need to push your changes to each other, and you can see each other's changes.
it works
it works
it works