Kyle Meyer <kyle@xxxxxxxxxx> writes: > > $ git init > $ touch foo && git add foo && git commit -mfoo Sorry, I forgot to paste in the `git rm foo` step here. > $ git stash > $ git stash apply > Removing foo > On branch master > Changes not staged for commit: > deleted: foo > > no changes added to commit