mytest The first project. 123 abc #Git笔记 提交更新: git commit -m "描述内容" 查看我修改了哪些内容: 跳过暂存区直接提交 git commit -a -m "描述内容" 推送: git remote add origin [email protected]:songweir/mytest.git 如果提示已存在 git remote rm origin 然后: git push origin master #Markdown笔记