1
0
Форкнуть 0
* fix a couple of links
* use a relative link to LICENSE.txt
* simplify a `mailto` link
* escape characters in headers; pandoc's auto-id generation had issues with this
This commit is contained in:
XhmikosR 2017-01-04 20:49:00 +02:00
Родитель 0df713871c
Коммит 7690711e8c
4 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -55,7 +55,7 @@ The value should the URL of the proxy server.
Specifies an Azure Active Directory login hint.
This is helpful in non-interactive scenarios requiring an authoritative domain apart from visualstudio.com.
Hints are typically of the form: "username@domain" or "domain" without quotes.
Hints are typically of the form: `username@domain` or `domain` without quotes.
git config --global credential.microsoft.visualstudio.com.loginhint microsoft.com

Просмотреть файл

@ -16,7 +16,7 @@ Assuming the GCM has been installed, using your favorite Windows console (Comman
Removes stored credentials for a given URL. Any future attempts to authenticate with the remote will require authentication steps to be completed again.
### deploy _[--path \<installation_path\>] [--passive] [--force]_
### deploy _\[--path \<installation_path\>\] \[--passive\] \[--force\]_
Deploys the Git Credential Manager for Windows package and sets Git configuration to use the helper.
@ -36,7 +36,7 @@ Instructs the installer to proceed with deployment even if prerequisites are not
When combined with *--passive* all output is eliminated; only the return code can be used to validate success.
### remove _[--path \<installation_path\>] [--passive] [--force]_
### remove _\[--path \<installation_path\>\] \[--passive\] \[--force\]_
Removes the Git Credential Manager for Windows package and unsets Git configuration to no longer use the helper.

Просмотреть файл

@ -58,7 +58,7 @@ Only Microsoft can sign binaries with the Microsoft certificate. Therefore, whil
## Documents
The documentation is formatted using [markdown](https://daringfireball.net/projects/markdown/syntax) and generated using [Pandoc](http://http://pandoc.org/).
The documentation is formatted using [markdown](https://daringfireball.net/projects/markdown/syntax) and generated using [Pandoc](http://pandoc.org/).
## Logging
@ -86,7 +86,7 @@ Please submit a Contributor License Agreement (CLA) before submitting a pull req
### Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact <opencode@microsoft.com> with any additional questions or comments.
## License

Просмотреть файл

@ -1,6 +1,6 @@
# Git Credential Manager for Windows [![Build status](https://ci.appveyor.com/api/projects/status/jl6oe1thiwv5s52o/branch/master?svg=true)](https://ci.appveyor.com/project/whoisj/git-credential-manager-for-windows/branch/master)
The [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) (GCM) provides secure Git credential storage for Windows. It's the successor to the [Windows Credential Store for Git](https://gitcredentialstore.codeplex.com/) (git-credential-winstore), which is no longer maintained. Compared to Git's built-in credential storage for Windows ([wincred](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage)), which provides single-factor authentication support working on any HTTP enabled Git repository, GCM provides multi-factor authentication support for [Visual Studio Team Services](https://www.visualstudio.com/), [Team Foundation Server](#q-i-thought-microsoft-was-maintaining-this-why-does-the-gcm-not-work-as-expected-with-tfs), and GitHub.
The [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) (GCM) provides secure Git credential storage for Windows. It's the successor to the [Windows Credential Store for Git](https://gitcredentialstore.codeplex.com/) (git-credential-winstore), which is no longer maintained. Compared to Git's built-in credential storage for Windows ([wincred](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage)), which provides single-factor authentication support working on any HTTP enabled Git repository, GCM provides multi-factor authentication support for [Visual Studio Team Services](https://www.visualstudio.com/), [Team Foundation Server](Docs/Faq.md#q-i-thought-microsoft-was-maintaining-this-why-does-the-gcm-not-work-as-expected-with-tfs), and GitHub.
This project includes:
@ -12,7 +12,7 @@ This project includes:
* Kerberos authentication for Team Foundation Server ([see notes](Docs/Faq.md#q-i-thought-microsoft-was-maintaining-this-why-does-the-gcm-not-work-as-expected-with-tfs))
* Optional settings for [build agent optimization](Docs/Automation.md)
### Community
## Community
This is a community project so feel free to contribute ideas, submit bugs, fix bugs, or code new features. For detailed information on how the GCM works go to the [wiki](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/wiki/How-the-Git-Credential-Managers-works).
@ -61,8 +61,8 @@ Please submit a Contributor License Agreement (CLA) before submitting a pull req
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact <opencode@microsoft.com> with any additional questions or comments.
## License
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).
This project uses the [MIT License](LICENSE.txt).