Skip to content

Instantly share code, notes, and snippets.

View augustomessias's full-sized avatar
🍔
sampling burgers

Augusto Messias augustomessias

🍔
sampling burgers
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