- How to recover branch if you deleted it:
git branch -d XYZ, is there a way to recover the branch? Is there a way to go back as if I didn't run the delete branch command?Resolve:
Instruction recover step by step:
git refloggit checkout [sha]git checkout -b [branchname]
No comments:
Post a Comment