What work is restored when the deleted branch is recovered?
Answer Posted / 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 View All Answers