What is Git, present a comparative note between SVN and Git.
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.no | Git | SVN |
---|---|---|
1. | It is a decentralized version control tools | It is a centralized version control tool |
2. | Push and pull operations are faster | Comparatively slower |
3. | It belongs to the third generation of version control tools | This belongs to the second generation version control tools |
4. | Offline commits can be done | Only online commits are possible |
5. | Work information is shared directly | No data or information is shared automatically |
6. | Client nodes share the repositories on local systems | The history gets stored on server side repositories |
Also Read: Ansible Interview Questions
BY Best Interview Question ON 05 Oct 2019