首页 > 其他 > 详细

git add -A使用说明

时间:2016-06-13 11:20:04      阅读:143      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!