1.

What is Git, present a comparative note between SVN and Git.

Answer»

Git is basically a source code MANAGEMENT tool that can handle multiple projects with efficiency and perfection. It is utilized to store the repositories for remote servers.

S.noGitSVN
1.It is a decentralized version CONTROL toolsIt is a centralized version control tool
2.Push and pull operations are fasterComparatively slower
3.It BELONGS to the third GENERATION of version control toolsThis belongs to the second generation version control tools
4.Offline commits can be doneOnly online commits are possible
5.Work information is shared directlyNo data or information is shared automatically
6.Client nodes share the repositories on local systemsThe history gets stored on server SIDE repositories
Also Read: Ansible Interview Questions


Discussion

No Comment Found