git config --list
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.password "Your Password"
git status
git add .
git commit -a -m 'ok'
git push
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git config --list
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.password "Your Password"
git status
git add .
git commit -a -m 'ok'
git push