+ [6 years ago] rastiazul wow I would have never found that, thank you so much guys
+ [6 years ago] rastiazul so glad irc is not totally dead :P

message no. 174540

Posted by rastiazul in #github at 2019-09-14T22:55:03Z

so glad irc is not totally dead :P
+ [6 years ago] c0mrade So am totally new to github.
+ [6 years ago] 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?
+ [6 years ago] nedbat c0mrade: doesn't GitHub should some help text on your repo to get started?
+ [6 years ago] 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?
+ [6 years ago] 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)