LoginSignup
0
1

More than 3 years have passed since last update.

mac Gitのバージョンを最新に上げる

Posted at

目的

  • HomebrewでインストールしているmacOSのGitのバージョンを最新に上げる方法をまとめる

実施方法

  1. 現在のGitのバージョンを確認する。

    $ git --version
    
  2. Homebrewをアップデートする。

    $ brew update
    
  3. Gitのバージョンアップを行う。

    $ brew upgrade git
    
  4. Gitのバージョンを確認してバージョンアップされたことを確認する。

    $ git --version
    
0
1
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
0
1