Friday, 16 August 2013

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

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

git stash doesn't show with me after i stash save a untracked file
Already up-to-date!
# On branch work
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# WebRoot/WEB-INF/jsp/usm/org/Copy of list.jsp
nothing added to commit but untracked files present (use "git add" to track)
after when i hide it.
i want list what's untracked file be stashed.
D:\kzxd-usm\KzxdUsm>git stash list --stat
stash@{0}: On work: hide copy of list.jsp
just a little comment text.. not have stashed file information.

No comments:

Post a Comment