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

git 常用命令

时间:2015-08-06 16:28:23      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:

git clone git@10.0.0.xxx:/xxx/xxx/xxx.git
git fetch
git pull
git add -A
git commit -m "说明"
git push
git checkout 具体路径 (直接删除之前记录,从新开始)
git checkout -- 具体路径 (用来恢复本地误删操错)
git status
git diff
git reset --hard 路径 用远程文件覆盖本地文件
The following untracked working tree files would be overwritten by merge 出现的解决办法就是cleanup:
git clean -d -fx

git 常用命令

标签:

原文地址:http://www.cnblogs.com/JD85/p/4708168.html

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