File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 96
96
* [ Prune all unreachable objects from the object database.] ( https://github.com/git-tips/tips#prune-all-unreachable-objects-from-the-object-database )
97
97
* [ Instantly browse your working repository in gitweb.] ( https://github.com/git-tips/tips#instantly-browse-your-working-repository-in-gitweb )
98
98
* [ View the GPG signatures in the commit log] ( https://github.com/git-tips/tips#view-the-gpg-signatures-in-the-commit-log )
99
+ * [ Remove entry in the global config.] ( https://github.com/git-tips/tips#remove-entry-in-the-global-config )
99
100
100
101
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
101
102
<!-- @doxie.inject end toc -->
@@ -659,5 +660,10 @@ git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
659
660
git log --show-signature
660
661
```
661
662
663
+ ## Remove entry in the global config.
664
+ ``` sh
665
+ git config --global --unset < entry-name>
666
+ ```
667
+
662
668
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
663
669
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 293
293
},{
294
294
"title" : " View the GPG signatures in the commit log" ,
295
295
"tip" : " git log --show-signature"
296
+ }, {
297
+ "title" : " Remove entry in the global config." ,
298
+ "tip" : " git config --global --unset <entry-name>"
296
299
}]
You can’t perform that action at this time.
0 commit comments