码迷,mamicode.com
首页 > 系统相关 > 详细

linux 下git使用教程

时间:2016-05-31 12:01:31      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:

#添加所有新增文件

git add .

#查看状态

git status

#添加一个文件

git add readme

git commit -m "add readme"

git push -u origin master

删除文件

git rm test.txt

git commit -m ‘remove test.txt‘

git push -u origin master

linux 下git使用教程

标签:

原文地址:http://www.cnblogs.com/zqifa/p/linux-git-3.html

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