Visual Studio Code 與 Github 整合

來源:互聯網
上載者:User

標籤:

使用Visual Studio Code進行Nodejs開發充滿了便利,為了更好的進行開發工作,有必要使用Github進行代碼管理。

Visual Studio Code已經整合了GIT組件:

https://github.com/git-for-windows/git/releases/download/v2.8.1.windows.1/Git-2.8.1-64-bit.exe

下載並安裝好,後開始配置GITHUB

 

1.設定全域Git使用者名稱

$ git config --global user.name mengkzhaoyun$ git config --global user.email [email protected]

 

2.映射到本地目錄

$ cd D:\Libraries\Documents\Visual Studio Code$ git clone https://github.com/Mengkzhaoyun/HZW.gitCloning into ‘HZW‘...remote: Counting objects: 1690, done.remote: Compressing objects: 100% (1441/1441), done.remote: Total 1690 (delta 212), reused 1675 (delta 200), pack-reused 0Receiving objects: 100% (1690/1690), 6.74 MiB | 58.00 KiB/s, done.Resolving deltas: 100% (212/212), done.Checking connectivity... done.Checking out files: 100% (1643/1643), done.

 

3.檢查是否設定好了 

$ git remote -vorigin https://github.com/Mengkzhaoyun/HZW.git (fetch)origin https://github.com/Mengkzhaoyun/HZW.git (push) 

如果不存在以上資訊可以開啟項目目錄重新對應

$ cd D:\Libraries\Documents\Visual Studio Code\HZW$ git init$ git remote add origin  https://github.com/Mengkzhaoyun/HZW.git

 

4.修改代碼,Commit , Push

Commit提交變更到本地,

Push才是提交更新至github伺服器

Visual Studio Code 與 Github 整合

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.