git修改已经push的commit message

git中修改上一次提交的commit的message

git commit --amend -m "你的新的注释"

git push -f

多个commit

https://www.jianshu.com/p/ec45ce13289f

猜你喜欢

转载自www.cnblogs.com/tonggc1668/p/12175404.html