←back to thread

254 points mrlesk | 1 comments | | HN request time: 0s | source
Show context
nzach ◴[] No.44489585[source]
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.

replies(4): >>44491042 #>>44491366 #>>44492087 #>>44494801 #
mrlesk ◴[] No.44494801[source]
I made it configurable and autoCommit is false by default
replies(1): >>44502421 #
1. slig ◴[] No.44502421[source]
Thank you so much!