Git Source Control Plugin?

Seems sort of strange that nobody has gone this route, but I've not found much to suggest this exists... so, assuming that is correct, I'll either have to wade into building my own plugin (ideally in C#), or switch SQL Editors, which I'd really hate to do.

I spent several years cajoling everyone here to stop using oracle's tool (ick, Java!), but SQL Developer has built-in git support now... I'd rather not have to eat that crow ;) Any suggestions would be appreciated!
 
We just implemented PushOk GIT SCC for our source control. If you're looking for tight integration with an IDE, you're going to be disappointed. However, it's infinitely better then GitHub Desktop. It allows you to jump to the command line when you need to, so you can use it in conjunction with git commands.

One caveat - the Git installation that comes with PushOk is complete garbage. We ended up installing git scm separately and changing the environment paths in "PushOk GIT SCC properties". You can get there though the "Configure Plug-in" option in the windows start menu.
 
Back
Top