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 |
How to resolve a conflict in git?
Explain the difference between rebase and merge?
In git how do you revert a commit that has already been pushed and made public?
How to revert previous commit in git?
What is ‘git status’ is used for?
What are the benefits of using version control system?
How will you know in GIT if a branch has been already merged into master?
What is the difference between GIT and SVN?
Name some git commands and also explain their functions?
What is the function of ‘git diff ’ in git?
What is the function of ‘git config’?
What is ‘head’ in git?