Hello and thank you for your time.
I have done some commits which I would like to maintain, however I do need to start from a previous point. So the idea is I want to maintain the latests commits in the history, but I need to code from a previous one which I know it works right.
In particular I would need to get from the repo: https://github.com/PrototipoAtlas/Prototipo/commits/master
The commit: refaactor extract ControlsPanel
So I did:
git checkout 88975b656fae250f469507b3f1f80364810a0e7c
However, how could I put it on top of the repository?
I tried just:
git commit
And it said that no changes have been made.
I have also read:
Git checkout old commit, and further make new commits
How to checkout an old commit and make it a new commit
Checkout old commit and make it a new commit
How to revert Git repository to a previous commit?
But I have not found an answer which I fully understands
Could you help me, please???