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

git的基本操作

时间:2020-03-12 21:50:08      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:stat   strong   git clone   status   ini   linu   git add   基本操作   状态   

1、初始化

  git init 在当前目录文件夹下

2、复制github项目:

  git clone  [地址]

3、添加文件;

  git add file1 file2 

4、文件删除:

  git rm file1 file2

5、文件移动(修改名称与linux相似):

  git mv file1 file2

6、提交

  git commit -am 最为直接不用提交到缓存区

7、查看git状态

  git status 

git的基本操作

标签:stat   strong   git clone   status   ini   linu   git add   基本操作   状态   

原文地址:https://www.cnblogs.com/learningwu/p/12482878.html

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