+[5 years ago]R2robotset the remote +[5 years ago]jhassheday: git remote add fork git@github.com:myuser/myfork.git; git push fork myfeaturebranch +[5 years ago]R2robothttps://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork +[5 years ago]hedaymany thanks, jhass +[5 years ago]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
+[5 years ago]SeveasShentino: 4096 bits is supported, and anything beyond that is irrelevant, even 4096 is overkill. +[5 years ago]strkno way to share a checkout among jobs, but, do checkouts inside the same workflow avoid to download things again ? +[5 years ago]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 +[5 years ago]BinaryWaveIs 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]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.