fork-dev / Tracker

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

"stash files" item in menu "uncommitted changes" #322

Open jt3k opened 6 years ago

jt3k commented 6 years ago

I want this menu to have the item "stash file(s) ..."

The command makes a stash for the selected file (s)

DanPristupov commented 6 years ago

@jt3k should it stash the whole file or just the unstaged version?

jt3k commented 6 years ago

I assumed that in stash only the selected version will be added.

For example, if we select a file in the "Unstaged files" section, then this version of the file will be added to the stash, and the version in the index will not be added to the stash

The same behavior for the "Staged files" section