- git push --follow-tags
- git tag -a
- git fetch; git diff origin/master
- git branch # or tag to mark the path. So it is not deleted.
- push remote branch or tag?
- git reset --hard head~3 # back, github-pages shows the old page.
The old tree is now a branch or tag.
- see: https://git-scm.com/book/en/v2
- git status
- git add . ; git commit -m "What was the idea of this change?"
- git push
If we done something wrong does github delete direkt? Or x days. And reflog is your friend?