Skip to content

Instantly share code, notes, and snippets.

@roger-dev-br
Last active August 17, 2021 20:21
Show Gist options
  • Save roger-dev-br/537ababded61ac987d6fd5c1399d14b3 to your computer and use it in GitHub Desktop.
Save roger-dev-br/537ababded61ac987d6fd5c1399d14b3 to your computer and use it in GitHub Desktop.
Update Git Version on Ubuntu Linux.
#!/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