Software Development

Gonsole 1.2: Open Git Consoles from Everywhere

We have added a little feature to the Git Console for the Eclipse IDE that may be helpful here and there.
 
 
 
 
 
 
 
 
 
 
 
gonsole-show-in-menu

In the Show In menu (Alt+Shift+W) there is now an entry for the Git Console. The entry is available if a single a file, folder or project is selected or opened in an editor. When invoked, it opens a Git Console and selects the repository to which the resource belongs.

If there is already a console session opened for the repository it is brought to front and no new session is opened in this case.

For resources that do not belong to a repository, a Git Console is opened nonetheless, but no repository is pre-selected.

Besides the Show In menu contribution, some commands have got small enhancements since the last update. These changes are provided by the JGit library that Gonsole uses to actually execute the commands:

  • the --orphan option for the checkout command
  • the --long option for the describe command
  • the --untracked-f​iles option for the status command
  • and a commit-msg hook, unfortunately this feature is not available on Windows

The new version can be obtained from the Eclipse Marketplace or from the Gonsole software repository:

Reference: Gonsole 1.2: Open Git Consoles from Everywhere from our JCG partner Rudiger Herrmann at the Code Affine blog.

Want to know how to develop your skillset to become a Java Rockstar?

Join our newsletter to start rocking!

To get you started we give you our best selling eBooks for FREE!

 

1. JPA Mini Book

2. JVM Troubleshooting Guide

3. JUnit Tutorial for Unit Testing

4. Java Annotations Tutorial

5. Java Interview Questions

6. Spring Interview Questions

7. Android UI Design

 

and many more ....

 

Receive Java & Developer job alerts in your Area

I have read and agree to the terms & conditions

 

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button