Skip to content

Instantly share code, notes, and snippets.

@tigawa
Created February 20, 2014 14:22
Show Gist options
  • Save tigawa/9114685 to your computer and use it in GitHub Desktop.
Save tigawa/9114685 to your computer and use it in GitHub Desktop.
ubuntu に gitの最新をインストールする方法
$ 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