Skip to content

Commit def24b9

Browse files
authored
Update README.md
1 parent bac3a66 commit def24b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ resolve conflicts in *each* PR, not just for the entire stack.)
4949
**How do I start a new feature?** Just checkout master on a new
5050
branch, and start working on a fresh branch.
5151

52-
**How do I land my changes?** Warning: You will NOT be able to merge these commits using the
53-
normal GitHub UI, as their branch bases won't be master. Use
54-
`ghstack land $PR_URL` (or alternatively `ghstack land #PR_NUM`) to land
52+
**How do I merge my changes?** Warning: You will NOT be able to merge these
53+
commits using the normal GitHub UI, as their branch bases won't be master.
54+
Use `ghstack land $PR_URL` (or alternatively `ghstack land #PR_NUM`) to land
5555
a ghstack'ed pull request.
5656

5757
You can also setup a GitHub action to allow a bot land.

0 commit comments

Comments
 (0)