What work is restored when the deleted branch is recovered?
Answer / Kshitij Kumar Saxena
Recovering a deleted branch in Git restores all commits, files, and history associated with that branch. It brings back the state of the repository to what it was at the time the branch was deleted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why git and not svn?
What is the command you can use to write a commit message?
What commands will you use to bring a new feature to the main branch?
What is rebasing syntax in git?
What are git stash and git stash drop?
What is the difference between rebasing and merge in git?
What is a repository and how will you create it?
How is git instaweb used?
Name a few Git repository hosting services
What are the advantages of using GIT?
What does ‘hooks’ comprise of in git?
How do you find a list of files that have changed in a particular commit?