Git修改提交的使用者名稱和Email

FrankYou發表於2015-07-21
    git config --global user.name "Your Name"
    git config --global user.email you@example.com



相關文章