赞
踩
Git 直接修改最新一次的commit
git commit --amend
Git 强制推送 本地当前分支 到 远程任意分支
git push -f origin_or_upstream HEAD:xxx_remote_branch_name
如果不需要强制推送,去掉-f就好
-f