I mean, isn't that what a backup branch is? How are you going to get the hash of the original commit if you don't create a branch?
I suppose you could use git log or something to print the hash to the terminal, but that's just way more fragile than using git to keep track.
I mean, isn't that what a backup branch is? How are you going to get the hash of the original commit if you don't create a branch?
I suppose you could use git log or something to print the hash to the terminal, but that's just way more fragile than using git to keep track.