79347557

Date: 2025-01-11 05:30:04
Score: 3
Natty:
Report link

the branches in azure devops is just in a git repo. you can clone the repo to local, then try to find the sha1 for the commit at the tip of your deleted branch. then you can checkout the deleted branch by sha1, push the branch again from local to remote. more details here for how to recover a branch after deletion.

Can I recover a branch after its deletion in Git?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: qkfang