set git account's default identity
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
get git repository locally
- mkdir newdir
- cd newdir
- git clone https://github.com/bohessner/vscode.git
- cd vscode
- code .
- File: README.md alterd and saved
- Ctrl+Shift+G
- Message entered: My first commit
- Ctrl+Enter (answered Yes to commit)
- Git Lens