webstorm中使用git將代碼放入tfs兩種方式:git
- 直接在tfs上創建倉庫,複製倉庫地址,而後在本地打開webstorm,而後git克隆這個倉庫
- 使用git命令將本地項目上傳到tfs
- git remote add origin http://code.ncloud.hk:8080/tfs/DefaultCollection/Huawei/_git/Huawei.App.Mapbox
- git push -u origin --all
- 點擊webstorm上傳按鈕
- 找到GIT,點擊「push」,刷新tfs就能夠看到上傳到代碼了