Table of Contents

Add


添加文件

# 添加单个文件
git add somefile.txt
 
# 添加当前目录内,包括子文件夹内的所有文件
git add .

总结