CS Electrical And Electronics
@cselectricalandelectronics

What is a version control, why Git is called version control?

All QuestionsCategory: ToolsWhat is a version control, why Git is called version control?
chetan shidling asked 3 years ago

I need short information.

1 Answers
chetan shidling answered 3 years ago

Version control means software tools that enable the management of changes to the source code. This means it will maintain history. Suppose if you make some changes in your source code and it went wrong then you can go back to the previous source code with the help of version control tools.