soureTree中設置git 用戶名與密碼git
git config --global user.email "you@example.com"code
git config --global user.email
"you@example.com"
git config --global user.name
"Your Name"