Git 技巧

重置已经 push 到服务器的 commit

终端命令:git push 远端branch +commit节点:当前branch

举例:

// 
git push group +388352a5242b0453d74c0411b6ad5b85291e9d88:feature/speaking
//
git push origin +884bc78a6e03daa2d4f6cfca961820a5ceda9abf:master

你可能感兴趣的:(Git 技巧)