Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 232 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 232 Bytes

常用代码备份,需要的时候直接复制粘贴

git

设置账号信息

git config user.name "dannis999"
git config user.email "39402843+dannis999@users.noreply.github.com"
git config credential.helper store