...
Open the command line.
Set your username:
git config --global user.name "Nancy SmithYour Name"
Set your email address:
git config --global user.email "NancyYour.Smith@catalisgovName@catalisgov.com"
...
Sample VS Code Extensions
...
...
Open the command line.
Set your username:git config --global user.name "Nancy SmithYour Name"
Set your email address:git config --global user.email "NancyYour.Smith@catalisgovName@catalisgov.com"
...
...