mhafizhasan
5/13/2015 - 3:10 AM

Homebrew Git Installation

Homebrew Git Installation

Git Installation in OSX

Installation using [Homebrew] (http://brew.sh/)

  1. Open your terminal and paste Homebrew installation script ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Installation script will prompt you to install dependencies (Xcode Command Lind Tool) if not installed
  3. Press Enter to finish the installation and the script will continue with Homebrew installation
  4. Type your password if required
  5. Once installation is successfull, type brew doctor
  6. Once your system is ready to brew, type brew update to get latest brew packages
  7. Type brew install git to install git
  8. Once finished, verify your git version git --version
  9. Yeay!!