Hacker News new | ask | show | jobs
by TheAceOfHearts 3221 days ago
I really like fossil [0]. It's an alternative to git which includes integrated bug tracking, wiki, and notes.

Definitely suggest giving a try! I'd absolutely love it if the same functionality were available with git/github.

[0] http://fossil-scm.org/index.html/doc/trunk/www/index.wiki

1 comments

Fossil, by the one and only D. Richard Hipp, is a superb, dependable, easily deployable tool. I use it for all sorts of projects. The executable is one file, the repo is another (an sqlite one). Things really don't come any easier than that.