I have extended ACE - Code Editor for Web to support a language which we are developing. Now I want to add Git support or use GitHub APIs to the IDE which we built with ACE. I have looked into JGIT but I wonder if it will be possible to integrate it with ACE or not. I need to support some simple GIT feature like exploring the repo, push, pull, merge etc.
I want to do something like SCM Manger with my IDE.
I found a similar topic: Git integration with my Java EE application
But it was not of much help.
Can someone point to the right direction to do this.
Thanks.