$ git init
Initialized empty Git repository in ***/defineProperties/.git/
$ git add .
$ git commit -m \\\'create html and js\\\'
// git remote add origin + 你的仓库地址
$ git remote add origin git@github.com:cuishunbiao/defineProperties.git
$ git pull origin master
$ git push origin master
图片授权基于:www.pixabay.com 相关协议
推荐阅读:
原创文章,作者:小道研究,如若转载,请注明出处:https://www.sudun.com/ask/34603.html