紹介マニアMoinMoin

概要

公式サイト

http://git-scm.com/

関連サイト

http://progit.org/

インストール

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

利用方法

参考サイト


CategoryProgramingTools

紹介マニアMoinMoin: Git (last edited 2024-02-12 06:21:07 by sakito)