It is a free and open source distributed version control system (DVCS) designed to handle everything from small to very large projects with speed and efficiency It is an offline platform and it handles by Command Line Interface (CLI) so could manage your project locally.
DVCS allows programmers working in teams can collaborate with each other in various ways to complete a joint project, which enables the use of various simultaneous workflows
Firsly get address of Git that want to handle locally,Then open terminal interface and the last step is to type the following command:
git clone URL
git status
git add
git commit