新建文件夹 方法一:
参考博客:https://www.cnblogs.com/wuyepeng/p/9742690.html
方法二:本地操作,然后参考我的另外一篇博客https://blog.youkuaiyun.com/hahameier/article/details/86493639
git add .
git commit -m "XXX"(XXX为注释内容)
git pull --rebase origin master
git push origin master
新建文件夹 方法一:
参考博客:https://www.cnblogs.com/wuyepeng/p/9742690.html
方法二:本地操作,然后参考我的另外一篇博客https://blog.youkuaiyun.com/hahameier/article/details/86493639
git add .
git commit -m "XXX"(XXX为注释内容)
git pull --rebase origin master
git push origin master