Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save godofredoninja/6993c779435b569289f6 to your computer and use it in GitHub Desktop.
Save godofredoninja/6993c779435b569289f6 to your computer and use it in GitHub Desktop.
Instalar la Ultima version de Git en Ubuntu
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment