blog/content/post/2009/01/05/2009-01-05-00001109.md

44 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: gitのインストール
author: kazu634
date: 2009-01-05
url: /2009/01/05/_1190/
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4479;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
categories:
- git
---
<div class="section">
<p>
バージョン管理、Subversionを使ったことがあったけど、gitを使ってみようと思い立って、導入したよ。
</p>
<h4>
Debianの場合
</h4>
<p>
<a href="http://www.tom.sfc.keio.ac.jp/~sekido/wiki/?%E3%83%A1%E3%83%A2%2Fgit" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.tom.sfc.keio.ac.jp/~sekido/wiki/?%E3%83%A1%E3%83%A2%2Fgit', 'git &#8211; Sekido Wiki');" target="_blank">git &#8211; Sekido Wiki</a>を参考にすると幸せになれそうです。
</p>
<h4>
Leopardの場合
</h4>
<p>
<a href="http://code.google.com/p/git-osx-installer/downloads/list?can=3" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://code.google.com/p/git-osx-installer/downloads/list?can=3', 'git-osx-installer &#8211; Google Code');" target="_blank">git-osx-installer &#8211; Google Code</a>を見ると、バイナリで配布されている。
</p>
<p>
MacPortsからインストールしようとしたら、なぜかこける。追求は諦めて、バイナリで妥協。
</p>
<h4>
とりあえず
</h4>
<p>
自分用の備忘録としてまとめたので、あとでEmacsとの連携とかを考慮したまとめを書くぞ
</p>
</div>