Dr. Ajay Kumar Koli (PhD) \(\cdot\) 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 words

usethisgit config --global --listIt is a way to authenticate and interact with GitHubâs API and repositories without using your username and password.



git config --global --list