I did a commit and push on my git repo.
I then needed to rollback that commit which I did like this:
git reset --hard b1b5768c9687455f01bab242ff177a5ee403104f
Is it possible to find the SHA of the first commit? and go back to it again?
I did a commit and push on my git repo.
I then needed to rollback that commit which I did like this:
git reset --hard b1b5768c9687455f01bab242ff177a5ee403104f
Is it possible to find the SHA of the first commit? and go back to it again?