If one would checkout a branch:
git checkout 760ac7e
from e.g. b9ac70b
, how can one go back to the last known head b9ac70b
without knowing its SHA1?
If one would checkout a branch:
git checkout 760ac7e
from e.g. b9ac70b
, how can one go back to the last known head b9ac70b
without knowing its SHA1?