CBVCS integrates version control systems to CodeBlocks file manager. CBVCS supports only git at the moment.
- Status of project files is shown in the CB file manager
- Git operations menu on right clicking file manager item(s).
- Add files
- Remove files
- Commit
- Revert changes
- Diff
- Refresh status
This fork of CBVCS uses libgit2 to do git operations. Details of installation and usage of libgit2 is avaliable here
- After editing and saving a file, status is not updated as it is overwritten by the SDK