webstorm中使用git

webstorm中使用git將代碼放入tfs兩種方式:git

  • 直接在tfs上創建倉庫,複製倉庫地址,而後在本地打開webstorm,而後git克隆這個倉庫
  • 使用git命令將本地項目上傳到tfs
  1. git remote add origin http://code.ncloud.hk:8080/tfs/DefaultCollection/Huawei/_git/Huawei.App.Mapbox
  2. git push -u origin --all
  3. 點擊webstorm上傳按鈕
  4. 找到GIT,點擊「push」,刷新tfs就能夠看到上傳到代碼了
相關文章
相關標籤/搜索