Skip to content

Commit 0f90aa7

Browse files
jc-clarkCopilot
andauthored
Fix get-started category assignments (fast-follow to #60069) (#60090)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent db0ca73 commit 0f90aa7

18 files changed

+18
-17
lines changed

content/get-started/git-basics/associating-text-editors-with-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ versions:
1616
ghec: '*'
1717
shortTitle: Associate text editors
1818
category:
19-
- Set up your account on GitHub
19+
- Set up Git
2020
---
2121

2222
## Using {% data variables.product.prodname_vscode %} as your editor

content/get-started/git-basics/caching-your-github-credentials-in-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions:
1515
ghec: '*'
1616
shortTitle: Caching credentials
1717
category:
18-
- Set up your account on GitHub
18+
- Set up Git
1919
---
2020

2121
> [!TIP]

content/get-started/git-basics/configuring-git-to-handle-line-endings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ versions:
1616
ghec: '*'
1717
shortTitle: Handle line endings
1818
category:
19-
- Work with Git
19+
- Set up Git
2020
---
2121
## About line endings
2222

content/get-started/git-basics/git-cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212
ghec: '*'
1313
intro: This Git cheat sheet is a time saver when you forget a command or don't want to use help in the CLI.
1414
category:
15-
- Explore GitHub plans and features
15+
- Work with Git
1616
---
1717
Learning all available Git commands at once can be a daunting task. You can use [Git Cheat Sheets](https://training.github.com/) for a quick reference to frequently used commands. The "Using Git" cheat sheet is available in several languages.
1818

content/get-started/git-basics/set-up-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ versions:
2020
ghes: '*'
2121
ghec: '*'
2222
category:
23-
- Set up your account on GitHub
23+
- Set up Git
2424
---
2525
## Using Git
2626

content/get-started/git-basics/setting-your-username-in-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ versions:
1313
ghec: '*'
1414
shortTitle: Set your username
1515
category:
16-
- Set up your account on GitHub
16+
- Set up Git
1717
---
1818
## About Git usernames
1919

content/get-started/git-basics/updating-credentials-from-the-macos-keychain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ versions:
1414
ghec: '*'
1515
shortTitle: macOS Keychain credentials
1616
category:
17-
- Set up your account on GitHub
17+
- Set up Git
1818
---
1919

2020
> [!NOTE]

content/get-started/git-basics/why-is-git-always-asking-for-my-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ versions:
1414
ghec: '*'
1515
shortTitle: Repeated credential prompts
1616
category:
17-
- Work with Git
17+
- Set up Git
1818
---
1919
Using an HTTPS remote URL has some advantages compared with using SSH. It's easier to set up than SSH, and usually works through strict firewalls and proxies. However, it also prompts you to enter your {% data variables.product.github %} credentials every time you pull or push a repository.
2020

content/get-started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ carousels:
4242
includedCategories:
4343
- Set up your account on GitHub
4444
- Explore GitHub plans and features
45+
- Set up Git
4546
- Work with Git
4647
- Explore and contribute
4748
- Write and format content

content/get-started/start-your-journey/about-github-and-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type: overview
1010
redirect_from:
1111
- /get-started/quickstart/about-github-and-git
1212
category:
13-
- Explore GitHub plans and features
13+
- Set up your account on GitHub
1414
---
1515

1616
## About {% data variables.product.github %}

0 commit comments

Comments
 (0)