We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afb4f0 commit d0b17a4Copy full SHA for d0b17a4
defs/gmake.mk
@@ -264,9 +264,9 @@ pr-% pull-github-%: fetch-github-%
264
$(call pull-github,$*)
265
266
HELP_EXTRA_TASKS = \
267
- " checkout-github: checkout GitHub Pull Request [PR=1234]" \
268
- " pull-github: rebase GitHub Pull Request to new worktree [PR=1234]" \
269
- " update-github: merge master branch and push it to Pull Request [PR=1234]" \
+ " checkout-github: checkout GitHub Pull Request [PR=1234]" \
+ " pull-github: rebase GitHub Pull Request to new worktree [PR=1234]" \
+ " update-github: merge master branch and push it to Pull Request [PR=1234]" \
270
""
271
272
extract-gems: $(HAVE_BASERUBY:yes=update-gems)
0 commit comments