配置Git
https://aka.ms/vscode-setup-git –>>
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
Your Identity
1 | git config --global user.name "John Doe" |
Checking Your Settings
1 | git config user.name |
https://aka.ms/vscode-setup-git –>>
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
1 | git config --global user.name "John Doe" |
1 | git config user.name |