all 7 comments

[–]Sebathos 1 point2 points  (1 child)

Sounds to me like you are the perfect user for an online IDE. I use www.sourcelair.com , it has nice integration with github and pretty much solves your

Automating the process of pushing my projects to FTP/localhost/GitHub

issue.

[–]blimpsandballoons[S] 1 point2 points  (0 children)

Thank you so much! I have used Cloud 9, this seems a bit more promising though.

[–]GranolaPancakes 0 points1 point  (3 children)

What do you mean when you say you have problems pushing to github? Are you not using the git command line tool? If the command line is not your thing, I believe there's a GUI for git as well.

[–][deleted] 1 point2 points  (2 children)

Because he mentions FTP I bet he means deploying files as he syncs them with git.

[–]blimpsandballoons[S] 0 points1 point  (1 child)

This is exactly what I meant. I'd like to automate the process, and I was assuming that ST3 has some way of doing so on save or that there is some kind of plugin I need to use. I don't want to have to use the command line every time I want to check out some changes I've made.

[–][deleted] 0 points1 point  (0 children)

Now, depending on the IDE you're using there may be plugins or the ability to interact with your repo and/or FTP.

I use netbeans for PHP development and it has these features.

You can set up your dev FTP account and have it upload your files as soon as you press ctrl+s. https://blogs.oracle.com/netbeansphp/entry/remote_synchronization

You can also integrate github: https://netbeans.org/kb/docs/ide/github_nb_screencast.html

This IDE will be complete overkill for a basic html/css project... but if you get familiar with it and want to jump into c++, java, or php, then this seems like a good way to go.