...
Open the command line.
Set your username:
git config --global user.name "FIRST_NAME LAST_NAMENancy Smith"
Set your email address:
git config --global user.email "MY_NAME@catalisgovNancy.Smith@catalisgov.com"
...
Sample VS Code Extensions
...
...
Open the command line.
Set your username:git config --global user.name "FIRST_NAME LAST_NAMENancy Smith"
Set your email address:git config --global user.email "MY_NAME@catalisgovNancy.Smith@catalisgov.com"
...
...