I hereby claim:
- I am julianramirez on github.
- I am untested (https://keybase.io/untested) on keybase.
- I have a public key whose fingerprint is 0BDC A413 FD55 A7F1 26F0 B329 06D6 9C93 9EE5 A381
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| cd /tmp | |
| curl -o git-2.2.1.tar.gz "https://www.kernel.org/pub/software/scm/git/git-2.2.1.tar.gz" | |
| curl -o git-2.2.1.tar.sign "https://www.kernel.org/pub/software/scm/git/git-2.2.1.tar.sign" | |
| # if you want to verify the tar signature | |
| gpg --keyserver hkp://keys.gnupg.net --recv-keys 6092693E | |
| gunzip git-2.2.1.tar.gz | |
| gpg --verify git-2.2.1.tar.sign | |
| # look for "Good signature" |