git is a version control system for tracking changes in computer files
- distributed version control
- cordinates work between developers
- who made what change and when
- revert back at any time
- if happen any problem when i write a code i can revert back and i can update it and solve the problem at any time
- it a local and remote
basic commands using git:
- $git init //initilaze local git REPO
- $git add //add files to index
- $git status //check status of working tree
- &git commit //commit change in index