Total: 1066 Today: 1 Yesterday: 0
git commit --amend
git push -f origin master
git tag -d v1.0.0 # 元々のタグ削除 git tag v1.0.0 # HEADにv1.0.0のタグをつける git push -f origin v1.0.0 # 修正したタグをpush