We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03679c0 commit 60c3792Copy full SHA for 60c3792
lib/landing_session.js
@@ -100,8 +100,9 @@ class LandingSession extends Session {
100
const { upstream, branch } = this;
101
cli.log(
102
`There are ${match[1]} commits in the PR.\n` +
103
- `Please run \`git rebase ${upstream}/${branch} -i\` ` +
104
- 'and use `git node land --amend` to amend the commit messages');
+ `Please run \`git rebase ${upstream}/${branch} -i\`, put "edit" on ` +
+ 'every commit that\'s gonna stay and use `git node land --amend` to ' +
105
+ 'amend the commit messages');
106
// TODO: do git rebase automatically?
107
}
108
0 commit comments