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

git 常用操作

时间:2019-11-25 11:49:56      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:ash   取出   nbsp   查看   常用   列表   描述   lis   常用操作   

git branch 查看本地分支列表

git branch -r 查看远程分支

git stash 将工作空间临时保存

git stash save "msg"  将工作空间临时保存并且添加描述信息

git stash apply 从临时保存中取出最近一次保存并使用

git stash list 查看已临时保存修改列表

git stash apply n 从临时保存中取出编号为n的保存并使用

 

git 常用操作

标签:ash   取出   nbsp   查看   常用   列表   描述   lis   常用操作   

原文地址:https://www.cnblogs.com/liwutao/p/11926266.html

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