码迷,mamicode.com
首页 > 其他好文 > 详细

git add -A使用说明

时间:2016-06-13 11:20:57      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:

git help add

 

-A, --all

           Like -u, but match <filepattern> against files in the working tree in addition to the index. That means that it will find new files as well as staging modified content and removing files that are no longer in the working tree.
 
 
也就是发现的所有新增、删除、修改的文件都不在working tree上, 就会working directory clean了。
 
 
参考: http://www.crifan.com/git_add_help_output/

git add -A使用说明

标签:

原文地址:http://www.cnblogs.com/pinganzi/p/5579623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!