Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- Programming
- erlang
- web
- AI
- program
- leadership
- Software Engineering
- RFID
- Italy
- essay
- management
- France
- Malaysia
- MySQL
- Java
- ubuntu
- Linux
- Book
- hadoop
- comic agile
- Book review
- QT
- hbase
- history
- Kuala Lumpur
- Artificial Intelligence
- programming_book
- django
- agile
- Python
Archives
- Today
- Total
git on mac 본문
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