Question

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.

Was it helpful?

Solution

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

enter image description here

OTHER TIPS

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

EGit Stash

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...

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top