码迷,mamicode.com
首页 > 其他好文 > 详细

git远程相关

时间:2019-07-26 17:32:16      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:本地   pre   origin   远程   仓库   分支   push   git仓库   相关   

git remote add origin git仓库地址
// 添加了远程仓库

git remote remove origin 
// 移除远程仓库

git push -u origin master
// 将本地仓库推送到远程仓库   -u 表示第一次推送master分支的所有内容,后面再推送就不需要-u了

git pull 
// 从远端更新内容到本地

git push 
// 从本地向远端推送内容

 

git远程相关

标签:本地   pre   origin   远程   仓库   分支   push   git仓库   相关   

原文地址:https://www.cnblogs.com/zmdblog/p/11251647.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!