+[2019-09-14T22:53:56Z]rastiazulnevermind +[2019-09-14T22:54:20Z]rastiazulwow I would have never found that, thank you so much guys +[2019-09-14T22:55:03Z]rastiazulso glad irc is not totally dead :P +[2019-09-14T22:55:16Z]nedbatirc ftw! +[2019-09-14T22:56:26Z]rastiazul\o/
+[2019-09-15T12:13:19Z]c0mradeSo am totally new to github. +[2019-09-15T12:13:51Z]c0mradeJust 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]nedbatc0mrade: doesn't GitHub should some help text on your repo to get started? +[2019-09-15T15:31:22Z]cYnIxX3It 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]twidicYnIxX3: 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)