What Is GIT And Version Control System? — Pure Coders

Pure Coders
1 min readSep 27, 2020

GIT is a version control system used by millions of developers it helps you keep track of all the files in a project get tracks every change you make if you make a mistake it can reset a file to match a previous version or you can reset the version of all the project files at the same time the collection of all versions of your project files is known as a git repository.

it’s basically a folder in which you add it your files then run git commands to store your changes and pull in changes from other contributors you can have multiple git repositories on your computer one for each project you’re working on git is used by teams of developers working on a project together

it lets them share changes each person makes and combine those changes to create a finished project. Read More

Originally published at https://purecoders.xyz on September 27, 2020.

--

--

Pure Coders
0 Followers

Visit Our Website Purecoders.xyz for Programming Quiz , Interview Questions , Coding Questions and Programming Related Articles.