git git push某一次的commit记录

$ git push <remote name> <commit hash>:<remote branch name>

# Example:
$ git push origin 2dc2b7e393e6b712ef103eaac81050b9693395a4:master

原文地址:https://www.cnblogs.com/xinxin1994/p/10889899.html