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

Git常用命令

时间:2019-02-13 12:31:28      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:txt   pat   sage   pre   file   remote   highlight   本地   out   

1、更改远程仓库地址

git remote set-url origin 远程仓库地址

2、储藏git stash

git stash  储藏当前的本地修改
git stash save [message]    储藏当前本地修改,附上备注信息
git stash apply    应用最新的储藏
git stash apply [id]    应用指定的储藏

3、撤销本地修改

git checkout --filename    撤销某个文件的修改
git checkout .     撤销所有修改

 4、合并某个文件

git checkout --patch B_branch f.txt

  

Git常用命令

标签:txt   pat   sage   pre   file   remote   highlight   本地   out   

原文地址:https://www.cnblogs.com/gentlemanwuyu/p/10369051.html

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