Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 568 Bytes

File metadata and controls

32 lines (22 loc) · 568 Bytes

GitRaven

A free, open source tool for managing Git repositories built for fun.

This project is a work-in-progress and contains bugs. Please do not use it in production environment(s).

Goals

  1. Be a simple tool for managing source code.
  2. No "advanced" features ("Issues", "Pull Requests", etc.) are allowed.
  3. Always use libgit2 for functionality.

Future Goals

  1. Add option to create branches.
  2. Push/Pull from remotes.
  3. Tags

Requirements

  • Qt6
  • libgit2
  • libmagic
  • CMake
  • QtHttpServer
  • QtWebEngine
  • monaco-editor

License

MIT