标签:class str 两种 ranch ber glob font 使用 style
在本地新建一个分支: git branch newBranch
切换到你的新分支: git checkout newBranch创建并切换到新分支: git checkout -b newBranch将新分支发布在github上: git push origin newBranch在本地删除一个分支: git branch -d newBranch在github远程端删除一个分支: git push origin :newBranch (分支名前的冒号代表删除)直接使用git pull和git push的设置,两种方式:意思是默认将本地的dev分支的推送到origin/devgit branch --set-upstream-to=origin/dev devgit branch --set-upstream dev origin/devgit config --global push.default matching标签:class str 两种 ranch ber glob font 使用 style
原文地址:https://www.cnblogs.com/xuzhudong/p/9329308.html