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

git 常用命令

时间:2019-06-15 23:07:26      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:本地库   提交   com   通过   rem   origin   remote   learn   常用   

从远程库克隆

git clone git@github.com:michaelliao/gitskills.git

本地添加远程库

git remote add origin git@github.com:michaelliao/learngit.git

把本地库的所有内容推送到远程库上:

git push -u origin master

只要本地作了提交,就可以通过以下命令把本地master分支的最新修改推送到远程库

git push origin master

git 常用命令

标签:本地库   提交   com   通过   rem   origin   remote   learn   常用   

原文地址:https://www.cnblogs.com/liyanghui/p/11029205.html

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