Skip to content

Instantly share code, notes, and snippets.

@zchrissirhcz
Forked from YuMS/update-git.sh
Created May 28, 2025 03:00
Show Gist options
  • Save zchrissirhcz/004620576dd5c8f0458e4d371a806342 to your computer and use it in GitHub Desktop.
Save zchrissirhcz/004620576dd5c8f0458e4d371a806342 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment