What is 'Version Control' or Git?

Asked by kemiadewale · 3 months ago

1 Answer

17
amorebise · 3 months ago Top Answer

Imagine you are writing an essay and you save 'Final Version', then 'Final Version 2', then 'Final Version 3'. Git is a tool that does this automatically for your code, so you can go back in time if you make a mistake.

Log in to add a comment.