I am not sure what you mean. Git is explicitly a VCS:Actually, git appears to be a workflow tool; advocates use it for more than source control. Hence the complexity, and hence I have little use for it.
"Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." — https://git-scm.com
It was written to replace BitKeeper because the owner said the Linux team was reverse engineering its proprietary protocol.
Linus Torvalds wrote it, trying to do something different than CVS and Apache Subversion. It's a distributed system, so it is very different from those centralized options.
In any case, it is definitely version control software.
