Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » stash
stash [message #818429] Sun, 11 March 2012 16:16
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
I don't know if this is a brand new, but I just noticed that basic stash support is now available in the "Git Repositories" view. From here you can do the equivalents of the simple forms of the following:

git stash ["Stash Changes" operation on right-click menu]
git stash list [the stashes are listed directly in this view under "Stashed Commits"]
git stash apply ["Apply stashed changes" from the right-click menu of items in "Stashed Commits"]
git stash show [double-click a listed stash to see it in a commit view]

Very nice.

No support yet for 'drop', 'pop', 'clear', 'create' or 'branch', at least not that I can see. Coming soon I'm sure. The first three are easily done in their basic form with external launchers, assuming you have command-line Git installed.




Previous Topic: core.autocrlf now supported in egit/jgit?
Next Topic:Push from JGit->JGit "push not permitted"
Goto Forum:
  


Current Time: Thu Apr 25 17:16:04 GMT 2024

Powered by FUDForum. Page generated in 0.02656 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top