message no. 174647
Posted by zxcat in #github at 2019-09-20T17:05:02Z
R2robot: to add it I use the sequence: git init && git add . && git commit -m "test" && git remote add origin https://github.com/username/newrepo_name && git push --set-stream master && git push .. I cannot create a repository this way ?