Create new repository(2019-05-16)

git init

git add README.md

git commit -m "first commit"

git remote add origin https://github.com/guofusong/algorithms.git

git push -u origin master

你可能感兴趣的:(Create new repository(2019-05-16))