Skip to content

Instantly share code, notes, and snippets.

View zohaib2002's full-sized avatar
👋
Hello, World!

Zohaib Hamdule zohaib2002

👋
Hello, World!
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