将文件加入到索引,要使用add命令。在<file>指定加入索引的文件。用空格分割可以指定多个文件。
git add demo.html test.html //添加两个文件
添加当前目录下所有文件,加入到索引
git add .