关于GIT 有些命令总结一下: 获得最新的内核源代码树:$git clone 更新本地GIT仓库:$git pull 从仓库中导出文件:$git checkout 覆盖本地修改: $git checkout -f 提交修改: $git commit 查看: $git log 添加新的文件:$git add 文件名 $git commit posted on 2010-05-15 13:01 Zhu Qing 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/Qing_Zhu/archive/2010/05/15/1736080.html