1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-17 14:08:01 +00:00

Add Open A PR To An Unforked Repo as a GitHub TIL

This commit is contained in:
jbranchaud
2025-10-27 15:14:00 -05:00
parent 2d5abd9cbf
commit d79264395b
2 changed files with 25 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
_1668 TILs and counting..._
_1669 TILs and counting..._
See some of the other learning resources I work on:
@@ -40,6 +40,7 @@ If you've learned something here, support my efforts writing daily TILs by
* [Elixir](#elixir)
* [Gatsby](#gatsby)
* [Git](#git)
* [GitHub](#github)
* [GitHub Actions](#github-actions)
* [Go](#go)
* [GROQ](#groq)
@@ -430,6 +431,10 @@ If you've learned something here, support my efforts writing daily TILs by
- [What Is The Current Branch?](git/what-is-the-current-branch.md)
- [Whitespace Warnings](git/whitespace-warnings.md)
### GitHub
- [Open A PR To An Unforked Repo](github/open-a-pr-to-an-unforked-repo.md)
### GitHub Actions
- [Cache Playwright Dependencies Across Workflows](github-actions/cache-playwright-dependencies-across-workflows.md)