Skip to content
taiwen edited this page Aug 3, 2012 · 17 revisions

Welcome to the Xoops Engine wiki!

Quick links

Guides

Please, See documentation section for new Git users. http://help.github.com/

Screencast http://gitcasts.com/

Updating my fork repository:

  • Create own repo (fork)
  • Make changes and commit
  • Update global changes from XOOPS Engine repo. Put engine repo to your repo (fork)
git remote add engine git://github.com/xoops/engine.git

Then we update it:

git pull engine master
  • These given all changes from Oficial repo to your repo (fork) local.
  • Now you can send commit changes to repo (fork) local. (commit & push)
  • Then you can send pull request to merge with XOOPS Engine repo. (via github)
Clone this wiki locally