• Git修改提交的注释(commit message)的方法


    如果是最后一次提交,并没有push

    git commit --amend -m "your new message"

    其他情况参考:https://stackoverflow.com/questions/179123/how-to-modify-existing-unpushed-commits

  • 相关阅读:
    C语言I博客作业09
    C语言I博客作业08
    14
    13
    12
    11
    10
    9
    8
    7
  • 原文地址:https://www.cnblogs.com/byronliu029/p/9392191.html
Copyright © 2020-2023  润新知