Re: [Koha-devel] how to start customization

2009-01-08 Thread Michael Hafen
I'll explain how I handle customization, that should give a good start. First thing is I don't touch the clone. In git the clone is called master. I make a new branch, let's call it custom, like so: `git branch custom origin` `git checkout custom` That will create the new branch and load it's

[Koha-devel] how to start customization

2009-01-08 Thread Zahoor
Hello every body, I have got the clone of koha using the Git after configuring the koha on Debian 4.0. Kindly let me know how can I set development environment to customize koha according to the requirement of our own library. Clone of koha on my local system has all the code of koha modules. Sh