Skip to content

Instantly share code, notes, and snippets.

View joeyparrish's full-sized avatar

Joey Parrish joeyparrish

View GitHub Profile
@YuMS
YuMS / update-git.sh
Created June 29, 2016 09:28
Update git to latest version on Ubuntu
#!/bin/bash
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git -y