Skip to content

Commit

Permalink
Migrated to the new .NET based Git Credential Manager (#769)
Browse files Browse the repository at this point in the history
This supersedes the old Java based Git Credential Manager for Mac and Linux.
  • Loading branch information
freemanjp committed Jan 3, 2022
1 parent cf04ff6 commit 5a2c092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions docs/_docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
Features provided by the GantSign EnV development environment.
numbered_headings: yes
date: 2017-01-18T16:35:52+00:00
modified: 2022-01-03T19:17:25+00:00
modified: 2022-01-03T19:35:36+00:00
---

There are a lot of well known projects, and hidden gems, which aid in your
Expand Down Expand Up @@ -502,20 +502,13 @@ A GUI diff/merge tool with Git support.
Tip: run `meld .` in your Git working directory to review your uncommitted
changes.

### Git Credential Manager for Mac and Linux
### Git Credential Manager

Website: [https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux](https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux)
Website: [https://github.com/GitCredentialManager/git-credential-manager](https://github.com/GitCredentialManager/git-credential-manager)

Stores credentials for Git version control securely. Useful if you want to write
to a Git repository using HTTPS rather than SSH.

Note: if you use two-factor authentication with GitHub (you'd be crazy not to),
you need to generate a
[personal access token](https://github.com/settings/tokens) with appropriate
repository permissions. When using Git in the VM, enter this personal access
token when prompted to enter your password (instead of entering your GitHub
password).

### Hub

Website: [https://github.com/github/hub](https://github.com/github/hub)
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2018-10-15-2.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ excerpt: >
Major release with many changes, read for details...
read_time: no
date: 2018-10-15T19:18:26+01:00
modified: 2018-10-16T10:38:52+01:00
modified: 2022-01-03T19:53:24+00:00
---

## Release highlights
Expand Down Expand Up @@ -125,7 +125,7 @@ Ubuntu Bionic Beaver
* Added [hub]({{ '/docs/features/#hub' | relative_url }}) wrapper for Git with
additional features for GitHub
* Added
[Git Credential Manager for Mac and Linux]({{ '/docs/features/#git-credential-manager-for-mac-and-linux' | relative_url }})
[Git Credential Manager for Mac and Linux]({{ '/docs/features/#git-credential-manager' | relative_url }})
* Added new Git aliases

* Checkout an existing branch
Expand Down

0 comments on commit 5a2c092

Please sign in to comment.