Why git and not svn?
Answer / Devendra Pratap
Git is preferred over SVN due to several reasons such as: 1) Distributed nature - every developer has a full copy of the entire project, allowing for local work without reliance on a central server. 2) Better handling of merges with the merge-conflict resolution tools. 3) Flexibility in managing branches and tags. 4) Support for non-fast-forward merges which allows developers to revert changes if necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you know in git if a branch has already been merged into master?
Explain git stash, pop?
What is the difference between ‘git remote’ and ‘git clone’?
To delete a branch what is the command that is used?
What is the function of ‘git rm’?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is the difference between fork, branch, and clone?
What are git stash and git stash drop?
What are git repository hosting services you used?
What is a repository in GIT?
Mention some of the best graphical GIT client for LINUX?
Name some git commands and also explain their functions?