fork-dev / Tracker

Bug and issue tracker for Fork for Mac
493 stars 12 forks source link

How to disable automatic staging of new files when applying a stash #2116

Open jun2077681 opened 2 months ago

jun2077681 commented 2 months ago

How to disable auto-stage for new files? When I apply stashing, new files are automatically staged, but I don't want that.

DanPristupov commented 2 months ago

This is how git works. Fork just runs git stash pop command.