Git 推送分支

1.推送本地分支到远程: git push origin master  推送本地分支 master 到 远程的 origin 上面 

             git push origin test 将本地分支test推送到origin上

2. 查看远程版本信息 : git remote 

    查看远程的详细信息  : git remote -v 

浪漫家园,没事就来逛逛
原文地址:https://www.cnblogs.com/lovezbs/p/4471865.html