username
git config --global user.name "your-username"
email
git config --global user.email "your-email"
git status | grep 'modified:' | wc -l
- (work directory | modifying files)
- (staged area | git add)
- (local repository | git commit)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
username
git config --global user.name "your-username"
email
git config --global user.email "your-email"
git status | grep 'modified:' | wc -l