Git

854    Asked by AnishaDalal in Devops , Asked on Jan 2, 2020
Answered by Anisha Dalal

GIT is a version controlled system which you can use to maintain code for your project. It helps you to save your project at different versions, so that you can retrieve a previous version of your project without any problem. Source codes(or files) are saved in repositories. You check out the files from a version, make some changes, save it and commit changes to create a newer version of your project.


Your Answer

Interviews

Parent Categories