Git & Github Guide
git config --global user.name '<name>'git config --global user.email '<email>'//step1. 在工作目录work directory中插入文件touch <file name>//查看状态 [-s] shortgit status -s //step2. 将...