Git Stash Specific Changes

Use `git stash push`.

You can give it specific files to stash or use `-p` to select specific changes within files.

I don't know how long this has been a command for. According to the manpage, this is a more featureful replacement for `git stash save`.

Comments

Popular posts from this blog

Fix Controller Input when a Game Doesn't Use Steam Input

Fix Inability to Move Files to Trash in VSC

VSC Vanishing Go Imports