I'm a recent hire at a local startup, and their code management is rather abysmal. They know it's abysmal and are trying to become more organized, and are open to suggestions. I'm helping to push them over to git, and luckily I'm gaining a lot of momentum with that idea.
Unfortunately, a private company Github account has been deemed 'too expensive', but they're sold on the idea of a locally hosted private git server. I've been tasked with setting it up and will be using gitosis for actual repository management.
However, because we don't have github issues available, I'm trying to find a different solution to suggest for ticket tracking that can be hosted locally as well. The closest I've found is Redmine, but it has less than optimal git branch support. Is there any issue tracking software that has good git support that I can install locally? Thanks.