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

git stash

时间:2016-03-12 01:35:04      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:

?

https://git-scm.com/docs/git-stash

?

NAME

git-stash - Stash the changes in a dirty working directory away

SYNOPSIS

git stash list [<options>]
git stash show [<stash>]
git stash drop [-q|--quiet] [<stash>]
git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]
git stash branch <branchname> [<stash>]
git stash [save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]
	     [-u|--include-untracked] [-a|--all] [<message>]]
git stash clear
git stash create [<message>]
git stash store [-m|--message <message>] [-q|--quiet] <commit>
?
?

git stash

标签:

原文地址:http://www.cnblogs.com/icenter/p/5267685.html

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