|
|
|
|
|
by hetman
3 days ago
|
|
You don't need to keep their hashes because git keeps them for you. If you realise too late that things went terribly wrong, you can get the pre-rebase hashes with "git reflog". (It can take a little getting used to knowing how to identify them quickly after a rebase but they're there.) |
|
https://www.man7.org/linux/man-pages/man7/gitrevisions.7.htm...