2012年9月14日 星期五

setting up for git commit


http://ihower.tw/blog/archives/2591/

使用 Git 的第一步是務必設定好你的名子跟email,該檔案會在 ~/.gitconfig,可以用以下指令直接加入:

git config --global user.name "ihower"
git config --global user.email "ihower@gmail.com"

沒有留言:

張貼留言