+[2016-08-05T14:49:26Z]tlkrrI will ask our client to add their SSH key onto their github account +[2016-08-05T14:49:29Z]tlkrrthanks Zarthus +[2016-08-05T14:49:42Z]Zarthuscheers +[2016-08-05T16:18:04Z]FTTCSoo many macfags? O.o +[2016-08-05T17:28:40Z]CarlFKwhen I type #36 in an issue, I see 36's issue title come up on the screen. is there some way to make that text part of the issue I am entering?
message no. 145541
Posted by tlkrr in #github at 2016-08-05T14:46:24Z
Is it possible that the git clone hit the rate limit and to try and prevent it from failing it attempts to use the ssh method to increase the limit?
+[2016-08-06T15:47:53Z]GurkenglasHow do I search a repository for uses of an operator? +[2016-08-06T15:50:38Z]jhassclone it, use grep, ag or similar +[2016-08-06T18:31:06Z]GurkenglasCan I make a page to link to someone that shows all changes that a pull request's "Files changed" page would show without making a pull request? +[2016-08-06T18:31:35Z]jhassclick on branches in your fork, then on compare for the branch +[2016-08-06T18:36:53Z]GurkenglasThanks.