Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Stash stack #218

Closed
aegyed91 opened this issue Jun 28, 2015 · 7 comments
Closed

Stash stack #218

aegyed91 opened this issue Jun 28, 2015 · 7 comments

Comments

@aegyed91
Copy link

Hello, is there any chance to implement stash stack? Right now i cant specify which stash do i want to take, it will always operate with the top most one.

ping @Zren

@Zren
Copy link
Contributor

Zren commented Jun 28, 2015

Sublime's Git plugin handles this like so:

Stash Apply/Drop will git stash list first, then if there's more than one it will create a fuzzy search box.

Stash Pop always grabs the top. So no changes there.

@Zren
Copy link
Contributor

Zren commented Jun 28, 2015

@aegyed91
Copy link
Author

Im totally new to atom, and never really used sublime, on top of that i also unfamiliar with coffee script :d

For now I rather pass this implementation process, would take at least a day to get up and running, but this is the exact behavior I imagined.

@bakhtiyarneyman
Copy link

I'm using stashing extensively. Ctrl+Shift+P; "stash pop" is very much worthless to me as I always inspect whether I'm popping the correct thing. My routine is:

  1. Ctrl+Shift+P; "stash list" (custom command)
  2. Ctrl+Shift+P; "Git Plus Run"; "stash pop {0,1,2,3...}".

I'd very much prefer that stock stash pop would do a stash list and present options as a select-list.

@akonwi
Copy link
Owner

akonwi commented Jun 26, 2018

I'm going to work on this next ...3 years later haha. Hopefully I can publish it this week

akonwi added a commit that referenced this issue Jun 28, 2018
@akonwi akonwi closed this as completed Jun 28, 2018
@akonwi
Copy link
Owner

akonwi commented Jun 28, 2018

Just pushed v7.12.0 with a new command Manage Stashes. The behavior is similar to the Tags command

@arborrow
Copy link

I feel like I am missing something but am not able to find the Manage Stashes command. Should it be in the menu? I'm able to use run but I would like to understand how to make use of this functionality. Thanks in advance for any explanation about how to access Manage Stashes.
Screenshot from 2021-12-13 21-30-50

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants