What work is restored when the deleted branch is recovered?



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

Post New Answer

More Git Interview Questions

How to resolve a conflict in git?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


In git how do you revert a commit that has already been pushed and made public?

1 Answers  


How to revert previous commit in git?

1 Answers  


What is ‘git status’ is used for?

1 Answers  


What are the benefits of using version control system?

1 Answers  


How will you know in GIT if a branch has been already merged into master?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


Name some git commands and also explain their functions?

1 Answers  


What is the function of ‘git diff ’ in git?

1 Answers  


What is the function of ‘git config’?

1 Answers  


What is ‘head’ in git?

1 Answers  


Categories