--INSERT-- Git Bash spec.js code example
Example 1: How to check git config username?
git config --list
Example 2: git add .
git add <file> or you can do git add -A to add all files
git config --list
git add <file> or you can do git add -A to add all files