Skip to content

Commit 1953ae1

Browse files
committed
docs: update org and repo name
Replacing references to microsoft/Git-Credential-Manager-Core with references to GitCredentialManager/git-credential-manager.
1 parent 8a4fcba commit 1953ae1

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Contributing
22

3-
[issue]: https://github.com/microsoft/Git-Credential-Manager-Core/issues
4-
[fork]: https://github.com/microsoft/Git-Credential-Manager-Core/fork
5-
[pr]: https://github.com/microsoft/Git-Credential-Manager-Core/compare
3+
[issue]: https://github.com/GitCredentialManager/git-credential-manager/issues
4+
[fork]: https://github.com/GitCredentialManager/git-credential-manager/fork
5+
[pr]: https://github.com/GitCredentialManager/git-credential-manager/compare
66
[code-of-conduct]: CODE_OF_CONDUCT.md
77

88
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Git Credential Manager
22

3-
[![Build Status](https://github.com/microsoft/Git-Credential-Manager-Core/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/microsoft/Git-Credential-Manager-Core/actions/workflows/continuous-integration.yml)
3+
[![Build Status](https://github.com/GitCredentialManager/git-credential-manager/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/GitCredentialManager/git-credential-manager/actions/workflows/continuous-integration.yml)
44

55
---
66

7-
[Git Credential Manager](https://github.com/microsoft/Git-Credential-Manager-Core) (GCM) is a secure Git credential helper built on [.NET](https://dotnet.microsoft.com) that runs on Windows, macOS, and Linux.
7+
[Git Credential Manager](https://github.com/GitCredentialManager/git-credential-manager) (GCM) is a secure Git credential helper built on [.NET](https://dotnet.microsoft.com) that runs on Windows, macOS, and Linux.
88

99
Compared to Git's [built-in credential helpers]((https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage)) (Windows: wincred, macOS: osxkeychain, Linux: gnome-keyring/libsecret) which provides single-factor authentication support working on any HTTP-enabled Git repository, GCM provides multi-factor authentication support for [Azure DevOps](https://dev.azure.com/), Azure DevOps Server (formerly Team Foundation Server), GitHub, and Bitbucket.
1010

@@ -72,7 +72,7 @@ brew uninstall --cask git-credential-manager-core
7272

7373
### macOS Package
7474

75-
We also provide a [.pkg installer](https://github.com/microsoft/Git-Credential-Manager-Core/releases/latest) with each release. To install, double-click the installation package and follow the instructions presented.
75+
We also provide a [.pkg installer](https://github.com/GitCredentialManager/git-credential-manager/releases/latest) with each release. To install, double-click the installation package and follow the instructions presented.
7676

7777
#### Uninstall
7878

@@ -90,7 +90,7 @@ sudo /usr/local/share/gcm-core/uninstall.sh
9090

9191
#### Ubuntu/Debian distributions
9292

93-
Download the latest [.deb package](https://github.com/microsoft/Git-Credential-Manager-Core/releases/latest), and run the following:
93+
Download the latest [.deb package](https://github.com/GitCredentialManager/git-credential-manager/releases/latest), and run the following:
9494

9595
```shell
9696
sudo dpkg -i <path-to-package>
@@ -99,7 +99,7 @@ git-credential-manager-core configure
9999

100100
#### Other distributions
101101

102-
Download the latest [tarball](https://github.com/microsoft/Git-Credential-Manager-Core/releases/latest), and run the following:
102+
Download the latest [tarball](https://github.com/GitCredentialManager/git-credential-manager/releases/latest), and run the following:
103103

104104
```shell
105105
tar -xvf <path-to-tarball> -C /usr/local/bin
@@ -118,7 +118,7 @@ GCM is included with [Git for Windows](https://gitforwindows.org/), and the late
118118

119119
#### Standalone installation
120120

121-
You can also download the [latest installer](https://github.com/microsoft/Git-Credential-Manager-Core/releases/latest) for Windows to install GCM standalone.
121+
You can also download the [latest installer](https://github.com/GitCredentialManager/git-credential-manager/releases/latest) for Windows to install GCM standalone.
122122

123123
**:warning: Important :warning:**
124124

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library (C#). The library targets .NET Standard as well as .NET Framework.
5252
> our own browser pop-up handling code on .NET meaning both Windows and
5353
> Mac. We haven't yet gotten around to exploring this.
5454
>
55-
> See [this](https://github.com/microsoft/Git-Credential-Manager-Core/issues/113)
55+
> See [this](https://github.com/GitCredentialManager/git-credential-manager/issues/113)
5656
> issue for more information.
5757
5858
The entry-point for GCM can be found in the `Git-Credential-Manager`
@@ -81,7 +81,7 @@ helpers on Windows.
8181
### Cross-platform UI
8282

8383
We hope to be able to migrate the WPF/Windows only helpers to [Avalonia](https://avaloniaui.net/)
84-
in order to gain cross-platform graphical user interface support. See [this](https://github.com/microsoft/Git-Credential-Manager-Core/issues/136)
84+
in order to gain cross-platform graphical user interface support. See [this](https://github.com/GitCredentialManager/git-credential-manager/issues/136)
8585
issue for up-to-date progress on this effort.
8686

8787
### Microsoft authentication

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Start by cloning this repository:
44

55
```shell
6-
git clone https://github.com/microsoft/Git-Credential-Manager-Core
6+
git clone https://github.com/GitCredentialManager/git-credential-manager
77
```
88

99
You also need the latest version of the .NET SDK which can be downloaded and installed from [here](https://dotnet.microsoft.com/).

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please follow these steps to diagnose or resolve the problem:
1212

1313
1. Set the environment variable `GCM_TRACE` and run the Git operation again. Find instructions [here](environment.md#GCM_TRACE).
1414

15-
1. If all else fails, create an issue [here](https://github.com/Microsoft/Git-Credential-Manager-Core/issues/create), making sure to include the trace log.
15+
1. If all else fails, create an issue [here](https://github.com/GitCredentialManager/git-credential-manager/issues/create), making sure to include the trace log.
1616

1717
### Q: I got an error saying unsecure HTTP is not supported.
1818

docs/github-apideprecation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using SSH this change does **not** affect you.
3838

3939
If you are using an older version of Git Credential Manager (before
4040
2.0.124-beta) please upgrade to the latest version following [these
41-
instructions](https://github.com/microsoft/Git-Credential-Manager-Core#download-and-install).
41+
instructions](https://github.com/GitCredentialManager/git-credential-manager#download-and-install).
4242

4343
## What if I cannot upgrade Git for Windows?
4444

@@ -51,7 +51,7 @@ GCM for Windows bundled with the Git for Windows installation.
5151
## What if I cannot use Git Credential Manager?
5252

5353
If you are unable to use Git Credential Manager due to a bug or
54-
compatibility issue we'd [like to know why](https://github.com/microsoft/Git-Credential-Manager-Core/issues/new/choose)!
54+
compatibility issue we'd [like to know why](https://github.com/GitCredentialManager/git-credential-manager/issues/new/choose)!
5555

5656
## Help! I cannot make any changes to my Windows machine without an Administrator!
5757

docs/hostprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Git Credential Manager (GCM) is a host and platform agnostic Git
5050
credential helper application. Support for authenticating to any Git hosting
5151
service can be added to GCM by creating a custom "host provider" and
5252
registering it within the product. Host providers can be submitted via a pull
53-
request on GitHub at <https://github.com/microsoft/Git-Credential-Manager-Core>.
53+
request on GitHub at <https://github.com/GitCredentialManager/git-credential-manager>.
5454

5555
This document outlines the required and expected behaviour of a host provider,
5656
and what is required to implement and register one.

docs/windows-broker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It doesn't impact authentication with GitHub, Bitbucket, or any other Git host.
1515

1616
## How to enable
1717

18-
You can opt-in to WAM support by setting the environment variable [`GCM_MSAUTH_USEBROKER`](https://github.com/microsoft/Git-Credential-Manager-Core/blob/main/docs/environment.md#gcm_msauth_usebroker-experimental) or setting the Git configuration value [`credential.msauthUseBroker`](https://github.com/microsoft/Git-Credential-Manager-Core/blob/main/docs/configuration.md#credentialmsauthusebroker-experimental).
18+
You can opt-in to WAM support by setting the environment variable [`GCM_MSAUTH_USEBROKER`](https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/environment.md#gcm_msauth_usebroker-experimental) or setting the Git configuration value [`credential.msauthUseBroker`](https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/configuration.md#credentialmsauthusebroker-experimental).
1919

2020
## Features
2121

src/shared/GitHub/GitHubHostProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public override async Task<ICredential> GenerateCredentialAsync(InputArguments i
145145
// the PAT permissions manually on the web and then retry the Git operation.
146146
// We must store the PAT now so they can resume/repeat the operation with the same,
147147
// now SSO authorized, PAT.
148-
// See: https://github.com/microsoft/Git-Credential-Manager-Core/issues/133
148+
// See: https://github.com/GitCredentialManager/git-credential-manager/issues/133
149149
Context.CredentialStore.AddOrUpdate(service, patCredential.Account, patCredential.Password);
150150
return patCredential;
151151

src/windows/Installer.Windows/Setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define GcmPublisherUrl "https://www.github.com"
3737
#define GcmCopyright "Copyright (c) GitHub, Inc. and contributors"
3838
#define GcmUrl "https://aka.ms/gcmcore"
39-
#define GcmReadme "https://github.com/microsoft/Git-Credential-Manager-Core/blob/main/README.md"
39+
#define GcmReadme "https://github.com/GitCredentialManager/git-credential-manager/blob/main/README.md"
4040
#define GcmRepoRoot "..\..\.."
4141
#define GcmAssets GcmRepoRoot + "\assets"
4242
#define GcmExe "git-credential-manager-core.exe"

0 commit comments

Comments
 (0)