When I did git stash push <path/to/file> it created stash@{0} for it.
Reusing the same command with different file creates another stash -> stash@{1}.
I have other files that logically belong to stash@{0}.
Can I somehow push file to existing stash?
git stash push <path/to/file1> <path/to/file2>, push takes multiple filesgit stash: just make normal commits instead.