mkdir testThen go into the folder with:
cd testAnd run the below command
git --bare initNow, go to your local machine, and run the below commands:
mkdir project cd project git initAnd create your project files here.
git add . git commit -am 'message' git remote add origin ssh:user@ipaddress:/path_to_project git push origin masterThen you can make a clone of your repository on your server machine now:
git clone user@ipaddress:/path_to_project
See the book OpenCart 1.4 Template Design Cookbook.
See the book Joomla Mobile Development Beginners Guide


4 comments:
Great…Its Working…Really Good… its very useful for topic.Keep writing some more interesting topics like a Joomla Developer
Thank you for posting this blog. I really enjoyed it, and subscribed to my email list. I will also send it to my friend and publish on my
facebook wall Joomla Developer .
This is really a great overview with excellent explanation on website development.
Great…Its Working…Really Good… its very usefulexplanation on website development Very interesting read
Post a Comment