To clone 'files' on a server.
- git clone name@name.domain.net: /file.git (replacing them with appropriate files
To push files
- git add .
- git commit -m "Text description"
- git push
- or followed by origin 'name', something like that
To make files writable
- chmod -R 777 'directory name', I think
- or chmod 777 'name'.
To also open a file
- vim
Extra : get the vhost file and change it according to how you want it. Copy the database that you are going to work with to your own one. Find, if there is like in Magento, the local.xml file and set it up to work with a db.
No comments:
Post a Comment