
Android版本管理
文章平均质量分 64
lsdmx2016
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git commit ammend 修改已经提交的注释
对于已经修改提交过的注释,如果需要修改,可以借助 git commit --amend 来进行。 例如 在framework/base 里最新的提交就是 resolving the roaming problem,我现在需要将其改为 resolving the roaming problem for fixing bug 7732 在 framework/base 下 输入 git c原创 2012-12-24 09:34:23 · 77563 阅读 · 5 评论 -
git clean
git clean -df //移除没有添加大原创 2014-11-04 15:37:39 · 942 阅读 · 0 评论