github新建库

echo “# javascript” >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/zhangyuespec/javascript.git
git push -u origin master

猜你喜欢

转载自blog.csdn.net/qq_34788903/article/details/86549792
今日推荐