将代码push到远程指定分支/拉取远程指定分支的代码

git push origin 远程分支名
git pull origin <远程分支名>
git clone url new-folder-name

markdown公式编辑

猜你喜欢

转载自blog.csdn.net/ljl86400/article/details/101099535