markdown `git add -A` vs`git add .` vs`git add -u`

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown `git add -A` vs`git add .` vs`git add -u`相关的知识,希望对你有一定的参考价值。

*For Git version 2.x*

# Summary:

* ```git add -A``` - stages All

* ```git add .```  - stages new and modified, without deleted

* ```git add -u``` - stages modified and deleted, without new


*Reference:* [StackOverflow](https://stackoverflow.com/questions/572549/difference-between-git-add-a-and-git-add)

以上是关于markdown `git add -A` vs`git add .` vs`git add -u`的主要内容,如果未能解决你的问题,请参考以下文章

typedef struct vs struct - “struct”的存储大小未知[重复]

typedef struct vs struct定义[重复]

ruby struct vs hash

git操作合集与知识点

C : typedef 结构名称 ...; VS typedef struct... 名称;

pcap struct pcap_pkthdr len vs caplen