What are the 2 basic jobs of Git?

What are the 2 basic jobs of Git?

We use Git generally for source code management while handling software development. You can also track any existing changes which might be a part of the source code. We use the distributed version control tool to manage the source code management. Many developers can collaborate together and work. You get the support of non-linear development via many parallel branches.