message no. 91971
Posted by nyuszika7h in #github at 2015-05-03T20:47:04Z
git init; touch README.md; git commit README.md -m 'Initial commit'; git remote add origin https://github.com/<username>/<repo>.git; git push --force