git on mac 본문

Programming

git on mac

halatha 2012. 12. 6. 09:01

Lion 10.7.5

1. prerequisite

1.1 install 'XCode' from appstore

1.2 install 'Command Line Tools' on XCode

1.3 install 'MacPort' from http://www.macports.org

2. install git

$ sudo port install git-core +svn +doc +bash_completion +gitweb (cf. http://jhouse0317.tistory.com/29)

Comments