Is this sort of workflow possible github and syncing to a remote server?

Hello. 

Is it possible to both sync to a remote server and at the same time push them to a github branch?

I am hoping to use phpstorm to edit files on a remote linux server and push the changes to a branch. 

For example: 

I make a change to some code. When I save, the changes are synced to my remote linux server (which works great now, by the way). But in addition to this, the changes are pushed to whatever git branch I'm currently working on. 

Warmly,

Bill 

0
1 comment

The most correct way would be:

1) setup local project + configure deployment to a remote linux server (with autoupload on explicit Save)

2) commit/push manually. 

Auto-push isn't supported yet, but I'm not sure if that's necessary: once you're done with a code you can just Ctrl+S to save & upload project and then Ctrl+K for commit & push.

0

Please sign in to leave a comment.