赞
踩
1、git push -u origin master
- git push -u origin master // 将 master 推送到远程仓库,并指定 origin 为默认分支,之后可以简化推送方式
-
- git push // 简化推送方式,推送当前分支
2、git push origin
git push origin // 将当前分支推送到远程仓库
3、git push origin master
git push origin master // 将主分支推送到远程仓库
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。