I'd like to stash some Untracked files. I tried:
$ git stash
which gave
No local changes to save
Running git status
gives:
$ git status
On branch develop
Your branch is up-to-date with 'origin/develop'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
dir/
nothing added to commit but untracked files present (use "git add" to track)
Any suggestions?