首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
git 从master分支上切出一个test分支
git 从master分支上切出一个test分支
mac
2024-07-10
53
git checkout master //切换到本地master分支 git pull origin master //更新远程master分支到本地 git checkout -b newBranch(本地) //创建并切换到newBranch分支 git push -u origin newBranch(远程) //推送到远程并与远程的newBranch关联
转载请注明原文地址: https://mac.8miu.com/read-494568.html
最新回复
(
0
)