in Technology by

What work is restored when the deleted branch is recovered?

Please log in or register to answer this question.

1 Answer

0 votes
by

The files which were stashed and saved in the stash index list will be recovered back. Any untracked files will be lost. Also, it is a good idea to always stage and commit your work or stash them.If you want to fetch the log references of a particular branch or tag then run the command – “git reflog <ref_name>”.

Related questions

0 votes
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
asked Oct 26, 2020 in Technology by JackTerrance
0 votes
asked Apr 12, 2022 in Education by JackTerrance
...