DEV Community

open-sourced-it
open-sourced-it

Posted on

Gitnova

I built GitNova, a CLI tool that acts like an AI assistant for Git.

It can:

  • Detect if your repo is broken or missing .git
  • Suggest or run fixes automatically
  • Help manage commits, branches, and setup

I built this because I kept running into annoying Git issues.
u can install it using

npm install -g gitnova
Enter fullscreen mode Exit fullscreen mode

Would love feedback or ideas:
(https://github.com/nourddinak/GitNova)

Top comments (0)