📜  如何在 VS 代码中设置 git - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:37.307000             🧑  作者: Mango

代码示例1
Go to File > Preferences
Go to Settings
Type Git: Enabled(Chek in) in the search bar
Make sure that the box is ticked
............................................
git config --global user.name "yourusername"
git config --global user.email "email@youremail.com"