Dr. Ajay Kumar Koli (PhD) ⋅ SARA Institute of Data Science, India
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. (Atlassian 2025)
Version control is like a time machine for your files. It keeps track of all the changes made to your documents, code, or any other files over time. (Le Chat)
git --version
A platform for hosting and collaborating on Git repositories.
-
to separate the wordsusethis
git config --global --list
It is a way to authenticate and interact with GitHub’s API and repositories without using your username and password.
git config --global --list