Friday, May 21, 2021

Git and Git hub Interview Questions

1. What is git?
2. What is difference between git and GitHub and GitLab?
3. Any other version control tools other than git?
4. What is difference between svn and git?
5. What is merge conflicts have you faced ever in you experience? if you face how you
resolve?
6. What is git stash?
7. What is git HEAD?
8. What is staging area in git?
9. What is difference between git fetch and pull and clone?
10. What is difference between git merge and rebase?
11. What is .gitignore file? What is the purpose of the file?
12. What is git branch? Have you worked on branches?
13. How to merge branches?
14. What is cherry-pick in git?
15. How to create a git project?
16. How to check difference in between two files?
17. How edit the committed message?
18. How to check the last few commits?
19. How to delete remote branch and local branch?
20. How to create local branch?
21. What is tag? How many types in tag? How we will create tags?
22. How to roll back committed code.
23. Git branch strategy
24. How to check the difference in file between working are and staging area ?

No comments:

Post a Comment