使用git提交本地项目到远程仓库

在须要提交的本地工程目录下新建git本地仓库 git init 提交本地工程下全部的文件到本地仓库 git add -A . git commit -m "nodejs addon source 32bit" 在gitee上面新建仓库,复制连接node 本地仓库关联远程仓库git git remote add origin https://gitee.com/jlzhanglong/nodejs_
相关文章
相关标签/搜索