I'm running a data mining program using IntelliJ on my computer, but I need to run the program on a server for its larger memory and faster CPU.
My current work flow is: Write code on laptop => push code to github => pull code from github on server => compile and debug. I found myself wasting a lot of time during the development.
Is there a way to get my code written and compiled locally on IntelliJ(or Eclipse) and pushed to server for running directly?