Git refers to a distributed version control system that is used for recording the changes in source code during the time of development. It also monitors the set of project overtime and stores the required information in a structure called repository.

Some of the essential commands are-
  • Git config- for global username
  • Git init- for the repository name
  • Git clone- for clone
  • Git add- to add the file
BY Best Interview Question ON 05 Oct 2019