On 09/04/12 07:15, Ahmed Waheed wrote:
hi yasitha, how to make a reference for the clone? I cloned it first someplace, now I want it to be in my webserver root so that I can test it
You can always clone locally. Say, if you just finished cloning into ./pma, then you can make another clone like this:
git clone ./pma /var/www/pma
can I copy it to www/ and work on it and commit changes from www/ ?
Yes, you can and you probably should, as it makes testing a hell of a lot faster.
Bye, Rouslan