I use NuSphere's PhpED's PHP IDE to crate and debuge PHP script.
I've never used a repository systems, but wish to do so now, and am struggling on how to implement it into my workflow.
I have the following three machines:
Windows 7 PC
- NuShere PhpED IDE (It is set up to use my Local Development Centos Server)
- TortoiseGit
- SourceTree (Not sure if I will use since it doesn't integrate with PhpED)
Local Development Centos Server
- Apache (used with PhpED on Windows PC)
- GitLab
- Samba (not set up yet, but plan on using to share
/var/www
files with PhpED on Windows PC)
Remote Production Centos Server
- Apache
Will I need to install Git on the Windows PC?
Will I need to install Git on the Remote Production Centos Server?
PhpED has some basic shell integration with TortoiseGit. Think it is worth using, or am I better off using some other tool to interface with Git?
Any other description of a recommended workflow would be appreciated.
Thank you