git stash doesn't show with me after i stash save a untracked file -


git stash doesn't show untracked files after use git stash save -u:

d:\kzxd-usm\kzxdusm>git status up-to-date! # on branch work # untracked files: #   (use "git add <file>..." include in committed) # #       webroot/web-inf/jsp/usm/org/copy of list.jsp nothing added commit untracked files present (use "git add" track) 

i want list untracked file after it's stashed git stash save -u:

d:\kzxd-usm\kzxdusm>git stash list --stat stash@{0}: on work: hide copy of list.jsp 

it has little comment text , not have stashed file information.

use git show stash@{0}^3 show untracked files stashed.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -