| |
|
Benefits of Git
When we say about the benefits of Git it is a version control application which helps us to keep track of all the changes we done in files in our project. And whenever we makes changes in these files to existing project we can push those changes to a repository. And if you are working in team of developer then other developers are allowed to pull your changes from the repository and continue to work with the updates that we added to the project files.
Below are four main benefits of Git:-
(1)Saves Times
As we already define previously that Git is one of the lighting fast technology. As each command in Git takes only a few seconds to execute so we can save a lot of time as compared to login to a GitHub account and find out its features.
(2)Offline Working
One of another important benefits of Git is that this will support offline working. And whenever we are facing any internet connectivity issue, this will not affect your work. And it is a great benefit of Git that we can do almost everything locally. When we compare with other CVS like SVN as it is limited and prefer the connection with central repository.
(3)Undo Mistakes
Git always support Undo so its a great feature. Sometimes the undo can be a savior option for us. Git provides the undo option for almost everything.
(4)Track the Changes
Git have amny other silent features and some them are such as Diff, Log and Status. Which helps us to track changes so we can check the status, compare our files or branches. | |
|
|
|
|