56

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.

SQB
  • 3,926
  • 2
  • 28
  • 49
BetaRide
  • 16,207
  • 29
  • 99
  • 177

4 Answers4

91

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

enter image description here

BetaRide
  • 16,207
  • 29
  • 99
  • 177
  • 6
    Thanks: I was looking for a way to apply stashed changes and going through the git repo view seems to be the only way. Note however that if you have uncommitted work and do a switch, Eclipse will offer to stash your changes as one of the options, without requiring you to go through the git repo view. – Lolo Sep 10 '13 at 15:56
21

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

EGit Stash

hinneLinks
  • 3,673
  • 26
  • 40
10

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

Samuel
  • 2,106
  • 1
  • 17
  • 27
4

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

Matthias Sohn
  • 351
  • 1
  • 6