git 无法在 EGit 中找到存储/应用功能

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17702974/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 16:35:13  来源:igfitidea点击:

Unable to find stash/apply functionalitit in EGit

eclipsegitegitgit-stash

提问by BetaRide

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

我正在使用 Eclipse Kepler 和 EGit 3.0.0。我在哪里可以找到 GIT 存储/应用功能。

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

我无法在包资源管理器团队弹出窗口中或团队同步视角中的任何地方找到 stash 。

回答by BetaRide

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

毕竟我找到了,隐藏在“Git Repository view”中:

enter image description here

在此处输入图片说明

回答by hinneLinks

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

使用 Eclipse Mars(Egit 版本 4.0.3),您可以通过单击 Project ==> Team ==> Stashes 来访问 Stash:

EGit Stash

EGit 存储

回答by Samuel

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

对我来说,“AHA”时刻是我意识到存储(在 EGit 中)发生在项目级别而不是文件级别的时候。所以我花了几个小时在文件上下文菜单中搜索,但没有运气。右键单击该项目,它在那里...

回答by Matthias Sohn

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

您还可以输入 CTRL-3(Mac 上的 CMD-3)开始快速访问,然后输入“stash”来查找并运行 stash