Git Commit Message Guidelines

Git Commit Message 指南

创建: 2023-09-07 | 更新: 2023-09-07 | 字数: 783字 | 时长: 2分钟 |  作者:Puffin Jiang

Github Broswer Can Not Add Pull Requests

解决方案 1 2 3 4 git checkout upstreambranch git branch master upstreambranch -f git checkout master git push origin master -f 参考了 stackoverflow 上的答案

创建: 2023-05-07 | 更新: 2023-05-07 | 字数: 32字 | 时长: 1分钟 |  作者:Puffin Jiang

Git推送代码失败

在使用 git push时报 remote: error: GH007: Your push would publish a private email address.

创建: 2022-08-24 | 更新: 2022-08-24 | 字数: 287字 | 时长: 1分钟 |  作者:Puffin Jiang