Git is a version or project Code management tool. The ability to easily manage the code that multiple developers work together to help develop. Under Git management, each developer can develop the project at the same time, the developer is divided into different branches, each developer can own one or more branches, each branch is a part of the project, git by merging all branches to form a complete project. Typically a branch is one of the project's functional modules, the developer only need to create a new ID on the server side, can be created a branch, and then can synchronize with the server, get the project code files, and then developers can be locally developed, modify the project's files, You can submit code when the developer finishes development or if necessary.
I hope to learn git and write better programs soon.
My understanding of Git