最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to use GIT within webstorm - Stack Overflow

programmeradmin3浏览0评论

Folks,

We are a team coding in Angular and nodejs.

Our code sits on a Linux server. This is where each one of us checks-in and checks-out code from our central git repo. This worked fine until I was using vi.

Now we are using Webstorm which is installed on my Win machine. From webstorm I FTP into my git repo on linux machine. So how do I automate this whole Webstorm from Windows to Linux git repo work ?

Any clues ?

Folks,

We are a team coding in Angular and nodejs.

Our code sits on a Linux server. This is where each one of us checks-in and checks-out code from our central git repo. This worked fine until I was using vi.

Now we are using Webstorm which is installed on my Win machine. From webstorm I FTP into my git repo on linux machine. So how do I automate this whole Webstorm from Windows to Linux git repo work ?

Any clues ?

Share Improve this question edited Jan 18, 2018 at 13:51 Azzabi Haythem 2,4237 gold badges31 silver badges32 bronze badges asked Oct 16, 2013 at 13:34 runtimeZeroruntimeZero 28.2k28 gold badges80 silver badges130 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 3

Refer the jetbrains webstorm help page,how to use Git integration:

https://www.jetbrains./webstorm/webhelp/using-git-integration.html

Install git plugin if you dont have:

http://plugins.jetbrains./plugin/3033?pr=

Use Webstorm's Git plugin to grab a clone of the Git repo on your Linux machine and bring it down to your local Windows machine. After that, you use the plugin from the VCS menu or right-clicking the file in WebStorm to mit, push, etc. Of course you can also use the plugin to create branches, perform merges, and all the other Git stuff.

The Linux/Windows thing will be transparent to you.

发布评论

评论列表(0)

  1. 暂无评论