Skip to content

Commit e815a7a

Browse files
committed
uninstall instructions on linux
fixes #413
1 parent 30a85cd commit e815a7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ __Note:__ Although packages were previously offered on certain
101101
GCM no longer publishes to these repositories. Please install the
102102
Debian package using the above instructions instead.
103103

104+
To uninstall:
105+
106+
```shell
107+
git-credential-manager-core unconfigure
108+
sudo dpkg -r gcmcore
109+
```
110+
104111
#### Other distributions
105112

106113
Download the latest [tarball](https://github.com/GitCredentialManager/git-credential-manager/releases/latest), and run the following:
@@ -110,6 +117,13 @@ tar -xvf <path-to-tarball> -C /usr/local/bin
110117
git-credential-manager-core configure
111118
```
112119

120+
To uninstall:
121+
git-credential-manager-core unconfigure
122+
rm $(command -v git-credential-manager-core)
123+
```shell
124+
125+
```
126+
113127
**Note:** all Linux distributions [require additional configuration](https://aka.ms/gcm/credstores) to use GCM.
114128

115129
---

0 commit comments

Comments
 (0)