github怎么创建文件夹

2025-03-31 14:00:21
推荐回答(1个)
回答(1):

本地创建好文件夹,文件夹下建*.md文件
可以git add 文件夹名字
git commit -m "说明文字"
git push
就创建好了文件夹。