-
Notifications
You must be signed in to change notification settings - Fork 3
Home
julionc edited this page Apr 20, 2011
·
17 revisions
Welcome to the Xoops Engine wiki!
Sending pull requests Fork A Repo
Please, See documentation section for new Git users. http://help.github.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)