Difference between revisions of "GIT"

From FusionPBX
Jump to: navigation, search
m (moved Using GIT to GIT)
Line 1: Line 1:
 +
==Moving your server to GIT==
 +
cd /var/www/
 +
mv fusionpbx fusionpbx-svn
 +
git clone https://github.com/fusionpbx/fusionpbx.git
 +
 +
 +
==Additional Notes==
 
* Check here for more info https://github.com/fusionpbx/fusionpbx/blob/master/README.md
 
* Check here for more info https://github.com/fusionpbx/fusionpbx/blob/master/README.md
 
* https://help.github.com/
 
* https://help.github.com/
 
* Location to submit issues or view bug reports https://github.com/fusionpbx/fusionpbx/issues?q=is%3Aopen+is%3Aissue
 
* Location to submit issues or view bug reports https://github.com/fusionpbx/fusionpbx/issues?q=is%3Aopen+is%3Aissue

Revision as of 14:32, 6 July 2015

Moving your server to GIT

cd /var/www/ mv fusionpbx fusionpbx-svn git clone https://github.com/fusionpbx/fusionpbx.git


Additional Notes