
When I make a change to some files, I go through the following process in the Terminal. So he has his local version of the files, I have my local version, our boss has his local version, etc. There are many ways it can be set up and configured, but at my job, here’s how we use it: when a new employee starts, he downloads all the files from Github or GitLab, which is an online service we’re all connected to. And it helps the team cope with the confusion that tends to happen when multiple people are editing the same files. Git allows a team of people to work together, all using the same files. Git is widely used not only in Infosys or any other company but also by indivisuals to manage their code remotly. 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. Git is easy to learn and has a tiny footprint with lightning-fast performance. Maybe most of the freshers have already worked on the things that I am going to discuss, but for those who didn’t work on it, at least they may have a brief knowledge of this.

Please note that whatever mentioned below is not mandatory as it is based on my personal preference.
