If a branch has been deleted in git is it still possible to identify whether specific commits were made on that deleted branch?
From what I have found so far - git branches are merely pointers so deleting them would lose the that specific part of the audit history.
Hoping that I can be proven wrong on this.
thanks,