From 35d1a81ea7a7e45b2bc46b1a41239878957803fa Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 27 Oct 2025 17:08:55 -0500 Subject: [PATCH] Move recent TIL to new GitHub category --- README.md | 2 +- {git => github}/tell-gh-what-the-default-repo-is.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {git => github}/tell-gh-what-the-default-repo-is.md (100%) diff --git a/README.md b/README.md index bf95d01..c49fc96 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,6 @@ If you've learned something here, support my efforts writing daily TILs by - [Stashing Untracked Files](git/stashing-untracked-files.md) - [Switch To A Recent Branch With FZF](git/switch-to-a-recent-branch-with-fzf.md) - [Transition A Branch From One Base To Another](git/transition-a-branch-from-one-base-to-another.md) -- [Tell gh What The Default Repo Is](git/tell-gh-what-the-default-repo-is.md) - [Turn Off The Output Pager For One Command](git/turn-off-the-output-pager-for-one-command.md) - [Two Kinds Of Dotted Range Notation](git/two-kinds-of-dotted-range-notation.md) - [Unstage Changes Wih Git Restore](git/unstage-changes-with-git-restore.md) @@ -434,6 +433,7 @@ If you've learned something here, support my efforts writing daily TILs by ### GitHub - [Open A PR To An Unforked Repo](github/open-a-pr-to-an-unforked-repo.md) +- [Tell gh What The Default Repo Is](github/tell-gh-what-the-default-repo-is.md) ### GitHub Actions diff --git a/git/tell-gh-what-the-default-repo-is.md b/github/tell-gh-what-the-default-repo-is.md similarity index 100% rename from git/tell-gh-what-the-default-repo-is.md rename to github/tell-gh-what-the-default-repo-is.md