Stash with message git
Save working changes with a descriptive stash message
git stash push -m "WIP: feature X"
more git
all 45 commands →
Save working changes with a descriptive stash message
git stash push -m "WIP: feature X"