mirror of
https://github.com/namibia/tips.git
synced 2025-01-06 07:30:47 +00:00
Added tip to remove an entry from the global config.
This commit is contained in:
parent
1cde458164
commit
8b9d2366f1
@ -96,6 +96,7 @@
|
|||||||
* [Prune all unreachable objects from the object database.](https://github.com/git-tips/tips#prune-all-unreachable-objects-from-the-object-database)
|
* [Prune all unreachable objects from the object database.](https://github.com/git-tips/tips#prune-all-unreachable-objects-from-the-object-database)
|
||||||
* [Instantly browse your working repository in gitweb.](https://github.com/git-tips/tips#instantly-browse-your-working-repository-in-gitweb)
|
* [Instantly browse your working repository in gitweb.](https://github.com/git-tips/tips#instantly-browse-your-working-repository-in-gitweb)
|
||||||
* [View the GPG signatures in the commit log](https://github.com/git-tips/tips#view-the-gpg-signatures-in-the-commit-log)
|
* [View the GPG signatures in the commit log](https://github.com/git-tips/tips#view-the-gpg-signatures-in-the-commit-log)
|
||||||
|
* [Remove entry in the global config.](https://github.com/git-tips/tips#remove-entry-in-the-global-config)
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
<!-- @doxie.inject end toc -->
|
<!-- @doxie.inject end toc -->
|
||||||
@ -659,5 +660,10 @@ git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
|
|||||||
git log --show-signature
|
git log --show-signature
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Remove entry in the global config.
|
||||||
|
```sh
|
||||||
|
git config --global --unset <entry-name>
|
||||||
|
```
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
<!-- @doxie.inject end -->
|
<!-- @doxie.inject end -->
|
||||||
|
@ -293,4 +293,7 @@
|
|||||||
},{
|
},{
|
||||||
"title": "View the GPG signatures in the commit log",
|
"title": "View the GPG signatures in the commit log",
|
||||||
"tip": "git log --show-signature"
|
"tip": "git log --show-signature"
|
||||||
|
}, {
|
||||||
|
"title": "Remove entry in the global config.",
|
||||||
|
"tip": "git config --global --unset <entry-name>"
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user