← Back to context

Comment by gkya

9 years ago

Well that's what I do with my little projects and it's nice that it's not tied to a VCS, but it doesn't scale (nor would this I guess). You'd have lots and lots of unnecessary commits about issues and comments in your git repo and would need to merge them etc. It's easier to set up some bug tracking system.

Would it be a pain to put it in a branch?

My git-kung is not so good, but `git worktree add ../issues` might do the trick.