3 ms·
Is there a proper way to use this project without commiting files to git ? I just want to try it out in a project I'm working on, but don't want to put it in th
by nzach 1y ago
Is there a proper way to use this project without commiting files to git ? I just want to try it out in a project I'm working on, but don't want to put it in the history.
What I did is to add the backlog folder into the .gitignore file, but after every command I get a lengthy error about a git command error.
And even if I were to add these files to my repository, I would want to add them manually.
- totallykvothe 1y agoSubrepo?
- slig 1y agoThere's a GH issue tracking the auto committing, and the author says they'll solve this today.
- jwpapi 1y agosee my comment regarding using it with aider
- mrlesk 1y agoI made it configurable and autoCommit is false by default
- slig 1y agoThank you so much!