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

概要

公式サイト

http://git-scm.com/

関連サイト

インストール

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

利用方法

参考サイト


CategoryProgramingTools