Skip to content
DAddYE edited this page Sep 12, 2010 · 3 revisions

First thanks to Steven Bristol for this simple howto

This is really simple. Here are the steps:

  1. Go to lipsiadmin and click the “fork” button.
  2. git clone git://github.com/Lipsiasoft/lipsiadmin.git
  3. cd lipsiadmin
  4. Make your cahnges
  5. git status
  6. git commit -a
  7. git push
  8. go back to git hub and click the “pull request” button.

I’m guessing that by now this is really clear.

Step 1 will create you own fork of the repo where you can make your changes. Click this on the person’s page you want to fork from.

Steps 2-7 you should understand by now. (I hope. :)

Step 8 will send a message to the person notifing them that you have something for them to see. Click this from your repo page.

Clone this wiki locally