2018-01-23T03:24:51Z||2018-01-23T03:24:51Z
git add -A
是添加所有文件(包含没有跟踪的文件),git commit -m
是提交添加后的文件。
git add -A && git commit -m "Initial commit"
2018-01-23T03:24:51Z||2018-01-23T03:24:51Z
git add -A
是添加所有文件(包含没有跟踪的文件),git commit -m
是提交添加后的文件。
git add -A && git commit -m "Initial commit"