+ [5 years ago] R2robot set the remote
+ [5 years ago] jhass heday: git remote add fork git@github.com:myuser/myfork.git; git push fork myfeaturebranch
+ [5 years ago] R2robot https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork
+ [5 years ago] heday many thanks, jhass
+ [5 years ago] Shentino question, 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
+ [5 years ago] Seveas Shentino: 4096 bits is supported, and anything beyond that is irrelevant, even 4096 is overkill.
+ [5 years ago] strk no way to share a checkout among jobs, but, do checkouts inside the same workflow avoid to download things again ?
+ [5 years ago] strk because some jobs need a matrix, some other do not, but I could re-use the checkout from one job, in the other, if possible
+ [5 years ago] BinaryWave Is there a way to filter/query the graphql API for certain fields? like search(query: "name: MyRepo") or search(query: "primaryLanguage:{name:Python}")?
+ [5 years ago] Gurkenglas Why doesn't https://github.com/TheSwain/Fulpstation/search?q=sugar&unscoped_q=sugar find any code? There's definitely sugar mention in the code.