Skip to content

Commit a0187fa

Browse files
authored
Merge pull request #23116 from github/repo-sync
repo sync
2 parents 112050e + 05379a6 commit a0187fa

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77
- /github/using-git/caching-your-github-credentials-in-git
88
- /github/getting-started-with-github/caching-your-github-credentials-in-git
99
- /github/getting-started-with-github/getting-started-with-git/caching-your-github-credentials-in-git
10-
intro: 'If you''re [cloning {% data variables.product.product_name %} repositories using HTTPS](/github/getting-started-with-github/about-remote-repositories), we recommend you use {% data variables.product.prodname_cli %} or Git Credential Manager Core (GCM Core) to remember your credentials.'
10+
intro: 'If you''re [cloning {% data variables.product.product_name %} repositories using HTTPS](/github/getting-started-with-github/about-remote-repositories), we recommend you use {% data variables.product.prodname_cli %} or Git Credential Manager (GCM) to remember your credentials.'
1111
versions:
1212
fpt: '*'
1313
ghes: '*'
@@ -33,9 +33,9 @@ shortTitle: Caching credentials
3333

3434
For more information about authenticating with {% data variables.product.prodname_cli %}, see [`gh auth login`](https://cli.github.com/manual/gh_auth_login).
3535

36-
## Git Credential Manager Core
36+
## Git Credential Manager
3737

38-
[Git Credential Manager Core](https://github.com/microsoft/Git-Credential-Manager-Core) (GCM Core) is another way to store your credentials securely and connect to GitHub over HTTPS. With GCM Core, you don't have to manually [create and store a PAT](/github/authenticating-to-github/creating-a-personal-access-token), as GCM Core manages authentication on your behalf, including 2FA (two-factor authentication).
38+
[Git Credential Manager](https://github.com/GitCredentialManager/git-credential-manager) (GCM) is another way to store your credentials securely and connect to GitHub over HTTPS. With GCM, you don't have to manually [create and store a PAT](/github/authenticating-to-github/creating-a-personal-access-token), as GCM manages authentication on your behalf, including 2FA (two-factor authentication).
3939

4040
{% mac %}
4141

@@ -44,12 +44,12 @@ For more information about authenticating with {% data variables.product.prodnam
4444
$ brew install git
4545
```
4646

47-
2. Install GCM Core using Homebrew:
47+
2. Install GCM using Homebrew:
4848
```shell
4949
$ brew tap microsoft/git
5050
$ brew install --cask git-credential-manager-core
5151
```
52-
For MacOS, you don't need to run `git config` because GCM Core automatically configures Git for you.
52+
For MacOS, you don't need to run `git config` because GCM automatically configures Git for you.
5353

5454
{% data reusables.gcm-core.next-time-you-clone %}
5555

@@ -59,7 +59,7 @@ Once you've authenticated successfully, your credentials are stored in the macOS
5959

6060
{% windows %}
6161

62-
1. Install Git for Windows, which includes GCM Core. For more information, see "[Git for Windows releases](https://github.com/git-for-windows/git/releases/latest)" from its [releases page](https://github.com/git-for-windows/git/releases/latest).
62+
1. Install Git for Windows, which includes GCM. For more information, see "[Git for Windows releases](https://github.com/git-for-windows/git/releases/latest)" from its [releases page](https://github.com/git-for-windows/git/releases/latest).
6363

6464
We recommend always installing the latest version. At a minimum, install version 2.29 or higher, which is the first version offering OAuth support for GitHub.
6565

@@ -85,13 +85,13 @@ Once you've authenticated successfully, your credentials are stored in the Windo
8585

8686
{% linux %}
8787

88-
For Linux, install Git and GCM Core, then configure Git to use GCM Core.
88+
For Linux, install Git and GCM, then configure Git to use GCM.
8989

9090
1. Install Git from your distro's packaging system. Instructions will vary depending on the flavor of Linux you run.
9191

92-
2. Install GCM Core. See the [instructions in the GCM Core repo](https://github.com/microsoft/Git-Credential-Manager-Core#linux-install-instructions), as they'll vary depending on the flavor of Linux you run.
92+
2. Install GCM. See the [instructions in the GCM repo](https://github.com/GitCredentialManager/git-credential-manager#linux-install-instructions), as they'll vary depending on the flavor of Linux you run.
9393

94-
3. Configure Git to use GCM Core. There are several backing stores that you may choose from, so see the GCM Core docs to complete your setup. For more information, see "[GCM Core Linux](https://aka.ms/gcmcore-linuxcredstores)."
94+
3. Configure Git to use GCM. There are several backing stores that you may choose from, so see the GCM docs to complete your setup. For more information, see "[GCM Linux](https://aka.ms/gcmcore-linuxcredstores)."
9595

9696
{% data reusables.gcm-core.next-time-you-clone %}
9797

@@ -103,4 +103,4 @@ For more options for storing your credentials on Linux, see [Credential Storage]
103103

104104
<br>
105105

106-
For more information or to report issues with GCM Core, see the official GCM Core docs at "[Git Credential Manager Core](https://github.com/microsoft/Git-Credential-Manager-Core)."
106+
For more information or to report issues with GCM, see the official GCM docs at "[Git Credential Manager](https://github.com/GitCredentialManager/git-credential-manager)."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shortTitle: macOS Keychain credentials
1818

1919
**Note:** Updating credentials from the macOS Keychain only applies to users who manually configured a PAT using the `osxkeychain` helper that is built-in to macOS.
2020

21-
We recommend you either [configure SSH](/articles/generating-an-ssh-key) or upgrade to the [Git Credential Manager Core](/get-started/getting-started-with-git/caching-your-github-credentials-in-git) (GCM Core) instead. GCM Core can manage authentication on your behalf (no more manual PATs) including 2FA (two-factor auth).
21+
We recommend you either [configure SSH](/articles/generating-an-ssh-key) or upgrade to the [Git Credential Manager](/get-started/getting-started-with-git/caching-your-github-credentials-in-git) (GCM) instead. GCM can manage authentication on your behalf (no more manual PATs) including 2FA (two-factor auth).
2222

2323
{% endtip %}
2424

data/release-notes/enterprise-server/3-2/0-rc1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ sections:
5959
notes:
6060
# https://github.com/github/releases/issues/1406
6161
- |
62-
Git Credential Manager (GCM) Core versions 2.0.452 and later now provide security-hardened credential storage and multi-factor authentication support for {% data variables.product.product_name %}.
62+
Git Credential Manager (GCM) versions 2.0.452 and later now provide security-hardened credential storage and multi-factor authentication support for {% data variables.product.product_name %}.
6363
64-
GCM Core with support for {% data variables.product.product_name %} is included with [Git for Windows](https://gitforwindows.org) versions 2.32 and later. GCM Core is not included with Git for macOS or Linux, but can be installed separately. For more information, see the [latest release](https://github.com/microsoft/Git-Credential-Manager-Core/releases/) and [installation instructions](https://github.com/microsoft/Git-Credential-Manager-Core/releases/) in the `microsoft/Git-Credential-Manager-Core` repository.
64+
GCM with support for {% data variables.product.product_name %} is included with [Git for Windows](https://gitforwindows.org) versions 2.32 and later. GCM is not included with Git for macOS or Linux, but can be installed separately. For more information, see the [latest release](https://github.com/GitCredentialManager/git-credential-manager/releases/) and [installation instructions](https://github.com/GitCredentialManager/git-credential-manager/releases/) in the `GitCredentialManager/git-credential-manager` repository.
6565
6666
changes:
6767
- heading: Administration Changes

data/release-notes/enterprise-server/3-2/0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ sections:
5757
notes:
5858
# https://github.com/github/releases/issues/1406
5959
- |
60-
Git Credential Manager (GCM) Core versions 2.0.452 and later now provide security-hardened credential storage and multi-factor authentication support for {% data variables.product.product_name %}.
60+
Git Credential Manager (GCM) versions 2.0.452 and later now provide security-hardened credential storage and multi-factor authentication support for {% data variables.product.product_name %}.
6161
62-
GCM Core with support for {% data variables.product.product_name %} is included with [Git for Windows](https://gitforwindows.org) versions 2.32 and later. GCM Core is not included with Git for macOS or Linux, but can be installed separately. For more information, see the [latest release](https://github.com/microsoft/Git-Credential-Manager-Core/releases/) and [installation instructions](https://github.com/microsoft/Git-Credential-Manager-Core/releases/) in the `microsoft/Git-Credential-Manager-Core` repository.
62+
GCM with support for {% data variables.product.product_name %} is included with [Git for Windows](https://gitforwindows.org) versions 2.32 and later. GCM is not included with Git for macOS or Linux, but can be installed separately. For more information, see the [latest release](https://github.com/GitCredentialManager/git-credential-manager/releases/) and [installation instructions](https://github.com/GitCredentialManager/git-credential-manager/releases/) in the `GitCredentialManager/git-credential-manager` repository.
6363
6464
changes:
6565
- heading: Administration Changes

0 commit comments

Comments
 (0)