From 9c876a7acd95dc1826def8af02765c47b4b88359 Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Sun, 23 Jul 2023 13:51:23 +0200 Subject: [PATCH 1/3] fix: anchors in readme Fixes the "Checkout multiple repos (private)" anchors in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5427a50..b726b48 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl repository: my-org/my-tools path: my-tools ``` -> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private) +> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#checkout-multiple-repos-private) ## Checkout multiple repos (nested) @@ -209,7 +209,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl repository: my-org/my-tools path: my-tools ``` -> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private) +> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#checkout-multiple-repos-private) ## Checkout multiple repos (private) From 06f742f3db8850d0e9c57299cdbbcefa9e113dae Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Tue, 1 Aug 2023 17:36:48 +0200 Subject: [PATCH 2/3] More anchor fixes --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b726b48..a1d5a4d 100644 --- a/README.md +++ b/README.md @@ -115,18 +115,18 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl # Scenarios -- [Fetch only the root files](#Fetch-only-the-root-files) -- [Fetch only the root files and `.github` and `src` folder](#Fetch-only-the-root-files-and-github-and-src-folder) -- [Fetch only a single file](#Fetch-only-a-single-file) -- [Fetch all history for all tags and branches](#Fetch-all-history-for-all-tags-and-branches) -- [Checkout a different branch](#Checkout-a-different-branch) -- [Checkout HEAD^](#Checkout-HEAD) -- [Checkout multiple repos (side by side)](#Checkout-multiple-repos-side-by-side) -- [Checkout multiple repos (nested)](#Checkout-multiple-repos-nested) -- [Checkout multiple repos (private)](#Checkout-multiple-repos-private) -- [Checkout pull request HEAD commit instead of merge commit](#Checkout-pull-request-HEAD-commit-instead-of-merge-commit) -- [Checkout pull request on closed event](#Checkout-pull-request-on-closed-event) -- [Push a commit using the built-in token](#Push-a-commit-using-the-built-in-token) +- [Fetch only the root files](#fetch-only-the-root-files) +- [Fetch only the root files and `.github` and `src` folder](#fetch-only-the-root-files-and-github-and-src-folder) +- [Fetch only a single file](#fetch-only-a-single-file) +- [Fetch all history for all tags and branches](#fetch-all-history-for-all-tags-and-branches) +- [Checkout a different branch](#checkout-a-different-branch) +- [Checkout HEAD^](#checkout-head) +- [Checkout multiple repos (side by side)](#checkout-multiple-repos-side-by-side) +- [Checkout multiple repos (nested)](#checkout-multiple-repos-nested) +- [Checkout multiple repos (private)](#checkout-multiple-repos-private) +- [Checkout pull request HEAD commit instead of merge commit](#checkout-pull-request-HEAD-commit-instead-of-merge-commit) +- [Checkout pull request on closed event](#checkout-pull-request-head-commit-instead-of-merge-commit) +- [Push a commit using the built-in token](#push-a-commit-using-the-built-in-token) ## Fetch only the root files From e23912eafab09154cd102c74132750a260f1ff6d Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Tue, 1 Aug 2023 17:38:29 +0200 Subject: [PATCH 3/3] fix: accidentally swapped an anchor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1d5a4d..34b4405 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl - [Checkout multiple repos (side by side)](#checkout-multiple-repos-side-by-side) - [Checkout multiple repos (nested)](#checkout-multiple-repos-nested) - [Checkout multiple repos (private)](#checkout-multiple-repos-private) -- [Checkout pull request HEAD commit instead of merge commit](#checkout-pull-request-HEAD-commit-instead-of-merge-commit) -- [Checkout pull request on closed event](#checkout-pull-request-head-commit-instead-of-merge-commit) +- [Checkout pull request HEAD commit instead of merge commit](#checkout-pull-request-head-commit-instead-of-merge-commit) +- [Checkout pull request on closed event](#checkout-pull-request-on-closed-event) - [Push a commit using the built-in token](#push-a-commit-using-the-built-in-token) ## Fetch only the root files