0 votes
in Git by
What is GIT?

1 Answer

0 votes
by

GIT is termed and defined as a Distributed Version Control system.

•It can track changes to a file

•It allows you to revert back to any particular change

•Its distributed architecture provides many advantages over other Version Control Systems.

...