Interview questions and answers in iOS in very simple language. — Q. What is Git and why is it used?
A.
- Git is the most popular, open-source, widely used, and an example of distributed version control system (DVCS) used for handling the development of small and large projects in a more efficient and neat manner.
- It is most suitable when there…