创建一个新的文件
先克隆仓库
git add .
git commit -m '注释'
git push
git checkout -b ‘分支名’
gti push origin '分支名'
本文来自博客园,作者:鱼祖,转载请注明原文链接:https://www.cnblogs.com/fishn/p/15304645.html