Git Interview Questions and Answer Part – 10
Where can HEAD point? To a branch To a branch or nowhere To a branch or a commit (Ans) To a branch, a commit, a tree, or a blob How does “git rebase” move an existing commit? It copies over the commit to a new commit with a different parent and SHA1. (Ans) None of…
