KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
What is difference between Git vs SVN?
What is Git?
What is the command to write a commit message in Git?
What is Git fork? What is difference between fork, branch and clone?
How does the Centralized Workflow work?
When should I use git stash ?
What is the difference between git pull and git fetch ?
What's the difference between a pull request and a branch ?
Tell me the difference between HEAD, working tree and index, in Git?
Could you explain the Gitflow workflow?
What is git cherry-pick ?
Explain the advantages of Forking Workflow
How to revert previous commit in git?
What is a "bare git" repository?
How do you make an existing repository bare?
Can you explain what git reset does in plain English?
When would you use git clone --bare over git clone --mirror ?
What is the difference between git clone , git clone --bare and git clone --mirror ?
What is the HEAD in Git?
When would you use git clone over git clone --bare ?
What is difference between git stash pop and git stash apply ?
When would you use git clone over git clone --mirror ?
What are "git hooks"?
What is git bisect ? How can you use it to determine the source of a (regression) bug?
How can you use git bisect to determine the source of a (regression) bug?
Do you know how to easily undo a git rebase?
What are the type of git hooks?
When do you use git rebase instead of git merge ?