1. git status查找出已经修改的文件 2. git add ***.file ***.txt 3. git commit -m "add file of ***,"***" 4. git push origin master