git config --global user.name "duheychoy"
git config --global user.email "duheychoy@outlook.com"
git init
git status
git add .
git commit -m "message"