[mac] iphoneゲット

遂にiphoneゲットしました。
これはヤバい。
既に中毒気味です。
Popularity: 3% [?]
リーナス・トーバルズによって開発された分散レポジトリバージョン管理システムGitをMacにインストールしました。
MacPortsでのインストールなので、取り立てて説明する程、つまる所も無かったです。
まずは、MacPortsから検索。
$ port search git
cogito devel/cogito 0.18.2 Git core and cogito tools to provide a fully-distributed SCM
git-core devel/git-core 1.5.5.3 The stupid content tracker.
stgit devel/stgit 0.14.1 Push/pop utility on top of GIT
cgit www/cgit 0.7.1 A fast web interface for the git source code management system
git-coreをインストール。
その前に、オプション確認。
$ port variants git-core
git-core has the variants:
universal
doc: Install HTML and plaintext documentation
gitweb: Install gitweb.cgi
svn: Bi-directional subversion repository support
bash_completion: Bash completion support
インストール実行。
$ sudo port install git-core +gitweb +svn
・・・・・
---> Cleaning git-core
よりユーザフレンドリな操作性を提供するらしい、cogitoというツールも併せてインストール。こちらは、オプションは特になし。
$ sudo port install cogito
・・・・
---> Cleaning cogito
確認。
$ git --version
git version 1.5.5.3
[TODO]
リモートレポジトリを作成
github.comの利用
Popularity: 12% [?]
基本的には、sudoで実行するので、問題ないのですが、一応気になったので調べてみました。
ここにやり方が掲載されてました。
分かりにくいですが、ディレクトリユーティリティを使うのですね。
$su -root#
|
| ||||
powered by a4t.jp | |||||
Popularity: 7% [?]