使用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_
相關文章
相關標籤/搜索