LoginSignup
17
16

More than 5 years have passed since last update.

Ubuntu 14.04 で Git の最新を使う

Posted at

git の バージョン

$ sudo apt-get install git
$ git version
git version 1.9.1

Ubuntu 14.04 の公式パッケージは、1.9.1 が入ります。

PPAを追加して git を更新する

stable 版の ppa をリポジトリに追加します。

$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get upgrade

現時点の最新

$ git version
git version 2.7.4

git 2.7.4 が無事入りました。

参考

17
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
16