Skip to content

Instantly share code, notes, and snippets.

View magicgrl111's full-sized avatar
🤘

Selby Walker magicgrl111

🤘
View GitHub Profile
@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"