YLHEALTH GIT
帳號為工號,忘記密碼請到 JIRA 重設
git config --global core.eol lf
git config --global core.autocrlf input
git config --global core.safecrlf true
設定本機的帳號與 Email
- git config user.name 姓名
- git config user.email 郵件信箱
git 會使用這組姓名與郵件信箱來當 committer,設定錯誤將會無法 push 到 Server 上。