[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

公式サイト

http://git-scm.com/

関連サイト

http://progit.org/

http://snipurl.com/progit-pdf-ja

インストール

http://code.google.com/p/git-osx-installer/

設定

$ git config --global user.name 'your name'
$ git config --global user.email you@example.com

~/.gitconfig

[user]
  name = your name
  email = you@example.com

設定の確認

git config --global --list

利用方法

プラグイン

ツール

参考サイト

A Visual Git Reference

Subversionのリポジトリ下でgitを使ってみよう : アシアルブログ


CategoryProgramingTools