TIL: `git stash --keep-index` stashes only changes not added to the index, so e.g. staged changes won't be stashed
TIL: git stash --keep-index
stashes only changes not added to the index, so e.g. staged changes won't be stashed
Open Source Software and publications by Christian Kruse
TIL: git stash --keep-index
stashes only changes not added to the index, so e.g. staged changes won't be stashed