发现提交 pull request 之后的新 commit 也会出现在 pull request 之中,有办法让 pull request 只包括某个 commit 之前的 change 吗?
1
sox Sep 6, 2016
new branch
|
2
Senorsen Sep 6, 2016
PR 中会包含这个 branch 对目标 branch 所有新的 commit
|
3
H4cK OP thanks, new branch 确实好用。 svn 转过来还不习惯,不过 git 的 command line 真是好用
|