Translate

2015/10/02

Gitの初期設定

GitのCUIを使うのに初期設定が必要なのでメモ。https://git-scm.com/book/ja/v1/%E4%BD%BF%E3%81%84%E5%A7%8B%E3%82%81%E3%82%8B-%E6%9C%80%E5%88%9D%E3%81%AEGit%E3%81%AE%E6%A7%8B%E6%88%90

時々しか使わないので、忘れそう。

$ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com

$ git config --global core.editor emacs

$ git config --list

0 件のコメント:

コメントを投稿