Difference between revisions of "GIT"

From FusionPBX
Jump to: navigation, search
(Moving your server to GIT)
(Moving your server to GIT)
Line 1: Line 1:
==Moving your server to GIT==
+
==Moving your server from SVN to GIT==
 
  cd /var/www/
 
  cd /var/www/
 
  mv fusionpbx fusionpbx-svn
 
  mv fusionpbx fusionpbx-svn

Revision as of 14:33, 6 July 2015

Moving your server from SVN to GIT

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

Additional Notes