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.
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.
After all I found it, hidden in the "Git Repository view":
With Eclipse Mars (Egit Version 4.0.3) you can access the Stash via click on Project ==> Team ==> Stashes:
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