git log -p | grep  'xxx'  -B 300  // 查询修改历史
git push origin branch_name  // 推送
git commit -m "commit_message" // 提交 commit
git add -A . // add 文件