Dovyski / Codebot

Free and open source (MIT license) web-based IDE focused on game development.
https://codebot.cc
MIT License
93 stars 7 forks source link

Add git tools #71

Open Dovyski opened 8 years ago

Dovyski commented 8 years ago

Add a git panel to allow users to use git within Codebot. The panel should also be smart enough to detect any .git directory in the project and start using it for source control.

I think the best way of implementing this task is creating a plugin, a panel and a backend (pretty much what is done for the assets finder, for instance).

Dovyski commented 7 years ago

This is required for git tools.

Dovyski commented 7 years ago

This diff tool is also required.

Dovyski commented 6 years ago

Here is a pure implementation of git in JS.