我发现混contributor很容易的
像我这么菜的都混了一个contributor
https://github.com/rust-lang/rust/pull/74367
squash commits的方法:
(1) clone 仓库
(2) git checkout (你的patch分支)
(3) git rebase -i master
(4) 检查commits是否属于你,并将第二行以及以后的全部pick改成squash
1
共 0 条评论, 1 页
评论区
写评论还没有评论