GitEase simplifies the way data scientists save their work by using straightforward language for everyday tasks. With just a few lines of code, you can easily run simple Git commands and use AI to write commit messages.
When working on data science projects, we often want to just save our work, without having to think deeply about whatβs changed. The intentionality of Git can feel like friction during these times, so Yonatan Alexander, my teammate at XetHub, built GitEase to simplify your workflow. π
Instead of having to think about add/commit/push/pull with GitEase, you just have to think about `ge load, ge save, ge share, ge undo`. And for even less thinking, you can use an LLM (text-da-vinci-003) to generate commit messages by summarizing the diff.
Try it out and let us know what you think!
π Read the docs
π» check out the code
π€ install it with pip install gitease.
Thanks in advance for your feedback and support! π
XetHub