Skip to content

Instantly share code, notes, and snippets.

View krismawan4's full-sized avatar
🎯
Focusing

krismawan krismawan4

🎯
Focusing
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