No son commits reales ni es que los archivos esten en stagin. es stash, otro espacio donde guardar cambios.

#save current changes
git stash

#list stashed file changes
git stash list

#write here a stash
git stash pop

#discard stash
git stash drop

#check the stash
git stash show