+[2020-05-11T17:14:28Z]R2robotset the remote +[2020-05-11T17:14:31Z]jhassheday: git remote add fork git@github.com:myuser/myfork.git; git push fork myfeaturebranch +[2020-05-11T17:15:00Z]R2robothttps://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork +[2020-05-11T17:15:14Z]hedaymany thanks, jhass +[2020-05-11T22:25:01Z]Shentinoquestion, what's the maximum ssh key size supported by github?
message no. 180415
Posted by heday in #github at 2020-05-11T17:15:14Z
many thanks, jhass
+[2020-05-12T08:17:41Z]SeveasShentino: 4096 bits is supported, and anything beyond that is irrelevant, even 4096 is overkill. +[2020-05-12T09:44:34Z]strkno way to share a checkout among jobs, but, do checkouts inside the same workflow avoid to download things again ? +[2020-05-12T09:45:24Z]strkbecause some jobs need a matrix, some other do not, but I could re-use the checkout from one job, in the other, if possible +[2020-05-12T11:21:29Z]BinaryWaveIs there a way to filter/query the graphql API for certain fields? like search(query: "name: MyRepo") or search(query: "primaryLanguage:{name:Python}")? +[2020-05-12T13:29:59Z]GurkenglasWhy doesn't https://github.com/TheSwain/Fulpstation/search?q=sugar&unscoped_q=sugar find any code? There's definitely sugar mention in the code.