Skip to content

Commit 7756575

Browse files
Trottjoyeecheung
authored andcommitted
remove outdated instructions
1 parent 80afb36 commit 7756575

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

components/git/epilogue.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ $ git node land --abort # Abort a landing session, just in case
1313
$ git node land $PRID # Start a new landing session
1414
$ git node land $URL # Start a new landing session using the PR URL
1515
16-
$ git rebase -i upstream/master # Put "edit" on every commit that's gonna stay
17-
18-
$ git node land --amend # Regenerate commit messages in HEAD
19-
$ git rebase --continue # Repeat until the rebase is done
16+
# Follow instructions provided.
2017
2118
$ git node land --final # Verify all the commit messages
2219
==============================================================================

docs/git-node.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ $ git node land --abort # Abort a landing session, just in case
3434
$ git node land $PRID # Start a new landing session
3535
$ git node land $URL # Start a new landing session using the PR URL
3636
37-
$ git rebase -i upstream/master # Put "edit" on every commit that's gonna stay
38-
39-
$ git node land --amend # Regenerate commit messages in HEAD
40-
$ git rebase --continue # Repeat until the rebase is done
37+
# Follow instructions provided.
4138
4239
$ git node land --final # Verify all the commit messages
4340
==============================================================================

lib/landing_session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class LandingSession extends Session {
127127

128128
cli.log(`There are ${subjects.length} commits in the PR`);
129129
cli.log('Please run the following command to complete landing\n\n' +
130-
`$ ${suggestion} # put "edit" on every commit that will stay`);
130+
`$ ${suggestion}`);
131131
}
132132

133133
async apply() {

0 commit comments

Comments
 (0)