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

Git的基本使用(只是基本使用)

时间:2019-05-29 11:51:05      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:attribute   hub   word   status   commit   基本使用   项目   git   string   

git上传

1.克隆到本地

git clone + git项目地址

2.添加文件

git add *
添加所有文件到本地仓库

3.查看状态

git status

4.标记

git commit -m "xxx"

5.提交到Github

git push
若没有.git文件,添加.git文件
git init

git修改

git pull -> git add *

git pull拉取github上的文件到本地,再用git add * 更新

Git的基本使用(只是基本使用)

标签:attribute   hub   word   status   commit   基本使用   项目   git   string   

原文地址:https://www.cnblogs.com/zihao1037/p/10942853.html

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