Unable to find stash/apply functionalitit in EGit

EclipseGitEgitGit Stash

Eclipse Problem Overview


I'm working with Eclipse Kepler and EGit 3.0.0. Where can I find the GIT stash/apply functionality.

I cannot find stash in the package explorer team pop-up nor anywhere in the Team Synchronizing perspective.

Eclipse Solutions


Solution 1 - Eclipse

After all I found it, hidden in the "Git Repository view":

enter image description here

Solution 2 - Eclipse

With Eclipse Mars (Egit Version 4.0.3) you can access the Stash via click on Project ==> Team ==> Stashes:

EGit Stash

Solution 3 - Eclipse

For me, the "AHA" moment was when I realized stashing (in EGit) happens at project level and not at file level. So I spent hours searching in the file context menu with no luck. Right click the project, and there it is...

Solution 4 - Eclipse

You can also type CTRL-3 (CMD-3 on Mac) to start quick access and then type "stash" to find and run stash

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBetaRideView Question on Stackoverflow
Solution 1 - EclipseBetaRideView Answer on Stackoverflow
Solution 2 - EclipsehinneLinksView Answer on Stackoverflow
Solution 3 - EclipseSamuelView Answer on Stackoverflow
Solution 4 - EclipseMatthias SohnView Answer on Stackoverflow