| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b50b34b commit 77555d8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -469,6 +469,12 @@ code. If you wish to create the token yourself in advance, see | |||
| 469 | 469 | ||
| 470 | 470 | ### Technical HOWTO | |
| 471 | 471 | ||
| 472 | + Infrequently, it is necessary to manually perform the steps required to land a | ||
| 473 | + pull request rather than rely on `git-node`. | ||
| 474 | + | ||
| 475 | + <details> | ||
| 476 | + <Summary>Manual Landing Steps</Summary> | ||
| 477 | + | ||
| 472 | 478 | Clear any `am`/`rebase` that might already be underway: | |
| 473 | 479 | ||
| 474 | 480 | ```text | |
@@ -626,6 +632,8 @@ your pull request shows the purple merged status, | |||
| 626 | 632 | add the "Landed in \<commit hash>..\<commit hash>" comment if you added | |
| 627 | 633 | more than one commit. | |
| 628 | 634 | ||
| 635 | + </details> | ||
| 636 | + | ||
| 629 | 637 | ### Troubleshooting | |
| 630 | 638 | ||
| 631 | 639 | Sometimes, when running `git push upstream master`, you might get an error | |
| Back | FazBrowse Home | New Git URL |
0 commit comments