+ [2019-09-14T22:54:20Z] rastiazul wow I would have never found that, thank you so much guys
+ [2019-09-14T22:55:03Z] rastiazul so glad irc is not totally dead :P
+ [2019-09-14T22:55:16Z] nedbat irc ftw!

message no. 174515

Posted by fitzgerald1337 in #github at 2019-09-14T21:13:49Z

hello
+ [2019-09-15T12:13:19Z] c0mrade So am totally new to github.
+ [2019-09-15T12:13:51Z] c0mrade Just created a couple of files on my system. Created a github repo on github. Installed git on windows and its working. Now how can I push those files locally to the repo?
+ [2019-09-15T12:20:56Z] nedbat c0mrade: doesn't GitHub should some help text on your repo to get started?
+ [2019-09-15T15:31:22Z] cYnIxX3 It looks as though I only get 30 branches returned when looking at https://api.github.com/repos/cynixx3/third-party-miner-installer-for-ethos/branches same if with --user. Does anyone know how I can get a full list of my repositories branches with this method?
+ [2019-09-15T16:36:18Z] twidi cYnIxX3: use the `per_page` parameter and also the `page` one, for example ?per_page=100 (100 is the max for github apis, and in your specific case you don't need the `page` because 32 results fit in one page)