1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-26 15:03:28 +00:00

GPG sig in logs

This commit is contained in:
Hemanth.HM 2016-04-06 18:57:11 +05:30
parent a01ef67d14
commit 1cde458164
No known key found for this signature in database
GPG Key ID: DD4782053DA47183
2 changed files with 9 additions and 0 deletions

View File

@ -95,6 +95,7 @@
* [Count unpacked number of objects and their disk consumption.](https://github.com/git-tips/tips#count-unpacked-number-of-objects-and-their-disk-consumption)
* [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)
* [View the GPG signatures in the commit log](https://github.com/git-tips/tips#view-the-gpg-signatures-in-the-commit-log)
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end toc -->
@ -653,5 +654,10 @@ git gc --prune=now --aggressive
git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
```
## View the GPG signatures in the commit log
```sh
git log --show-signature
```
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end -->

View File

@ -290,4 +290,7 @@
},{
"title": "Instantly browse your working repository in gitweb.",
"tip": "git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]"
},{
"title": "View the GPG signatures in the commit log",
"tip": "git log --show-signature"
}]