+[2019-11-14T18:20:24Z]R2robotshare you repo/link +[2019-11-14T18:20:33Z]R2robotyour* +[2019-11-14T18:55:19Z]sparrR2robot: I've found a few, but none that integrate with github. Most of them will just send me an email. +[2019-11-14T18:57:53Z]R2robotwell github has an api.. you can probably script it fairly easily based on the out put of a link checker +[2019-11-14T18:59:42Z]R2robothttps://developer.github.com/v3/issues/#create-an-issue
+[2019-11-15T02:52:41Z]k_szeDoes anybody know what's the best way to add a comment about certain lines of code, but without necessarily creating an issue ticket on github? +[2019-11-15T02:55:32Z]k_szeThe comment is not to explain what those lines of code are doing, but more like code review comments. E.g. I'm reviewing some code that's already in the master branch. The code never went through a PR process because I only recently joined as a team lead. I want to make some comments about how the code can be improved. +[2019-11-15T04:22:41Z]R2robotwhy not implement the improvements yourself and then submit a pr +[2019-11-15T06:01:33Z]marz_d`ghostmanHow do I push to GitHub using my ssh key file? +[2019-11-15T16:51:49Z]lmatI'm having trouble with my SSH keys. I generated a new key (not id_rsa) and uploaded the public key to github settings. It looks good. Now I have a repository that shows git remote -v; as git@github.com:org/proj.git; When I git fetch --all; I get "ERROR: Repository not found."