找到要推送的文件夹,右键
Git Bash Here
git init
git add .
git commit -m "message"
git branch '分支名'
git checkout '分支名'
git branch
git remote add origin 地址
git push origin 分支名
找到要推送的文件夹,右键
Git Bash Here
git init
git add .
git commit -m "message"
git branch '分支名'
git checkout '分支名'
git branch
git remote add origin 地址
git push origin 分支名