Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Git
1
What is the difference between git merge and git rebase?
2
How can you copy a commit made in one branch to another (e.g. a hot fix commit from released branch to current development branch)?
3
What is git submodule used for?
4
How do you use git bisect?
5
What is the purpose of git tag?
6
How do you come up with a git commit message?
7
Say you have messed up your code in your local branch and now finding it difficult to build. What would you do now?
8
How do you handle large files with Git?
9
Say you have several commits that has messages like fix, quick fix , fix, etc. How would you merge this branch into main?
10
How do you configure a Git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
11
How do you update an old commit that has already been pushed to remote?