Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Git annoyances: no refresh after checkout, finding outgoing changes is slow

frankrwahlOct 10 2016

I really like many of the features SQL Developer offers for interacting with Git, except for two very common operations; local checkout and finding outgoing changes.

If I checkout (switch) from one local branch to another, the local branch tree is not automatically updated. This has been reported earlier:

When it comes finding outgoing changes, (the Pending Changes (GIT) panel), it can be running "forever" searching for outgoing changes. This occurs for instance if I have the Pending Changes (GIT) panel open and checkouts from one local branch to another.
In general, I find the search for outgoing changes too be very slow compared to how fast a "git status" command executes in a Git command shell or my GitHub Desktop GUI tool.

I have tested on versions 4.1.3, 4.1.5 and 4.2EA

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2016
Added on Oct 10 2016
0 comments
340 views