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
Post a Comment