I am using Netbeans 7 with Windows 7 and I just can’t figure out, how I can clone a project from my private repo, make a new Zend Project and push it back.
The first steps are no problem, I am able clone the repository and make a new Zend project, but how can I push it back ?! The only thing I can do is initialize a new empty repository based on my created code. But if I push it, it isn’t in my server repository.
I am using Netbeans 7 with Windows 7 and I just can’t figure out,
Share
The git plugin has to be installed first (Tools->Plugins and search for git), then you should be able to find git related command under :
menu .