Loading

摘要: # Git 修改已提交的信息 修改(最后一次)提交信息 git commit --amend --message="xxx" 修改(最后一次)提交人 git commit --amend --author="xxx " ‍ ```bash E:\workspace\go\src\gitee.com\ 阅读全文
posted @ 2023-06-13 10:23 zhpj 阅读(27) 评论(0) 推荐(0)