Skip to content

Instantly share code, notes, and snippets.

View harrisonrw's full-sized avatar

Robert Harrison harrisonrw

View GitHub Profile
@jazzychad
jazzychad / gist:07c0c6da5709202e8106
Created December 18, 2014 22:10
git update commands, osx
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