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 badges2 Answers
Reset to default 3Refer 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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744841158a4596562.html
评论列表(0条)