Skip to content

Instantly share code, notes, and snippets.

@kosinix
Created June 24, 2025 04:28
Show Gist options
  • Save kosinix/43e5b47d01076ed89aed0eec8addd359 to your computer and use it in GitHub Desktop.
Save kosinix/43e5b47d01076ed89aed0eec8addd359 to your computer and use it in GitHub Desktop.
Upgrade default Git installed on Ubuntu to latest stable

sudo add-apt-repository ppa:git-core/ppa

sudo apt update

sudo apt install git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment