Version control is basically storing your code just like google drive but with bit more advanced feature.
You can share the codebase within team members and your team members can create branches or fork the codebase to work on it.
It allows team to work together whereas simplify the individual developers work.