+ [2014-09-07T21:46:20Z] VxJasonxV jira is the only on-premise one I know of
+ [2014-09-07T21:46:29Z] VxJasonxV pretty sure all the rest are all purely hosted services
+ [2014-09-07T21:46:38Z] VxJasonxV pivotal might have an on-premise version come to think about it, but I have no idea
+ [2014-09-07T21:46:43Z] VxJasonxV if you're looking at them, look for these details :)
+ [2014-09-07T21:47:33Z] Fohlen VxJasonxV: thanks alot =)

message no. 46286

Posted by matthewbe in #github at 2014-09-07T13:27:26Z

before submitting a Pull Request, should I submit an issue to the repository's author? I never suggested something before, so i'm not sure about the preferred way to do it
+ [2014-09-08T10:58:59Z] ech0s7 hi all
+ [2014-09-08T10:59:21Z] ech0s7 have git free hosting service for image used in README.md ?
+ [2014-09-08T13:18:45Z] pagios why do qw make a git fetch && git checkout master insteadf of git pull for the first time?
+ [2014-09-08T13:20:01Z] luto because pull=fetch+merge, not fetch+checkout
+ [2014-09-08T13:20:07Z] luto pagios