Skip to content

Instantly share code, notes, and snippets.

View mineironovale's full-sized avatar
👽
traveling through space

Augusto Messias mineironovale

👽
traveling through space
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