|
|
|
|
|
by seba_dos1
1316 days ago
|
|
> and even if you want to get back to them right away it requires some delicate git surgery. `git reflog` to get the old commit ID, and then `git reset --hard <commit>`. Seems more like "basic everyday git operations" than "some delicate git surgery". |
|