iRail.git

iRail source is on Github.

To access the iRail source code:

Be aware you need to be added as contributor before being able to commit changes.

  1. get Git
  2. [browse to some folder] mkdir git
  3. cd git
  4. git clone git@github.com:Tuinslak/iRail.git
  5. cd iRail
  6. git fetch

To edit & commit changes:

  1. git add [file]
  2. git commit -m ‘edited [file], added this and that’
  3. git push

To update repo

  1. git fetch
  2. git merge origin/master

To check log

  1. git log

Info here and here, oh and here.

Nightly built accessible here. Git gets updated every night around 4h00. (see the index.php; set $dev to 1)

Feel free to commit [working and useful] updates. Decent updates will make the iRail.be website. Contact me if you have any questions or remarks. Most important bug is the station issue and my todo list can be found here.

I’m fairly new to all this Git-stuff, so I might have done some stuff wrong, or not optimised, or whatever. Contact me if so.

About Yeri Tiete

iRail board member

28. July 2010 by Yeri Tiete
Categories: iRail | Tags: , | 4 comments

Comments (4)

Leave a Reply

Required fields are marked *