LoginSignup
34
28

More than 5 years have passed since last update.

Git 2.0.0 を Ubuntu 14.04 にインストールした

Posted at
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update

sudo apt-get install git
# or, if you have already installed git
sudo apt-get upgrade
git --version #=> git version 2.0.0

Reference

34
28
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
34
28