Adding ssh to Github:
3rd link in kate desktop
How can I make an older commit HEAD
(Current) in Git
git reset --hard <commit-SHA>
🔼 Replace <commit-SHA>
with the th commit ID
git push origin HEAD:<name-of-remote-branch>
3rd link in kate desktop
HEAD
(Current) in Git
git reset --hard <commit-SHA>
🔼 Replace <commit-SHA>
with the th commit ID
git push origin HEAD:<name-of-remote-branch>