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

git使用小记

时间:2018-01-26 20:48:27      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:项目   仓库   com   git   hub   remote   post   mit   pull   

本地:

git status

git add .

git commit -am "first commit init project"

连接远程仓库

git remote add origin 项目github url

git push -u origin master 若报错,先git pull ,若还报错,git push -u -f origin master强制推

 

git branch -r

git使用小记

标签:项目   仓库   com   git   hub   remote   post   mit   pull   

原文地址:https://www.cnblogs.com/czwangzheng/p/8360955.html

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