且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Git中添加文件夹/子文件夹/文件

更新时间:2021-12-27 01:58:12

cd desired_directory; git add .;

嗯,看来我在打字时贾斯汀·L.(Justin L.)在评论中回答了这个问题.

Er, it looks like this was answered by Justin L. in a comment while I as typing.