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

git 教程

时间:2019-12-12 20:03:23      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:com   ini   git init   git   上传   http   nbsp   init   git push   

本地

git init

git add .

git commit -m "xxx"

远程

git remote add orgin http:sss.git

git pull origin master   下拉合并

git push  -u origin master 上传

 

 

git 教程

标签:com   ini   git init   git   上传   http   nbsp   init   git push   

原文地址:https://www.cnblogs.com/nku-wangfeng/p/12031014.html

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