-
Notifications
You must be signed in to change notification settings - Fork 3
Home
taiwen edited this page Aug 3, 2012
·
17 revisions
Welcome to the Xoops Engine wiki!
- Sending pull requests
- Fork A Repo
- Build Xoops Engine repo on your machine
- Applets
- Guide for Developers
- Examples for Developers
- Cookbook for Developers
- Guide for Translators
- Wiki sandbox
Please, See documentation section for new Git users. http://help.github.com/
Screencast http://gitcasts.com/
- 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)