
Git vs SVC
An SVC is a type of Software Configuration Management (SCM) git is the most popular distributed software version control (dsvc)
Git vs Github
Git is the DSVC (Distributed Software Version Control). Github is a cloud platform that uses Git as its core technology plus additional features like Discussions and Pull Requests.
Using Git
There are CLI tools like Git Desktop and GUI tools like Microsoft Visual Studio Code to use Git. GUI tools have their own limitations.