Skip to content

Instantly share code, notes, and snippets.

View JulianRamirez's full-sized avatar

Julian Ramirez JulianRamirez

View GitHub Profile

Keybase proof

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:

@JulianRamirez
JulianRamirez / gist:a76e41c2691ee00f3851
Last active August 29, 2015 14:11 — forked from jazzychad/gist:07c0c6da5709202e8106
In light of git having a security vulnerability it is time to update git. This gist will do just that if you're running on a mac and prefer to use the default git installation.
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"