[Koha-bugs] [Bug 13473] Plugins fail in 3.18

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 29 14:51:02 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13473

--- Comment #5 from Zeno Tajoli <z.tajoli at cineca.it> ---
The bare minumum to create a patch
(reading http://wiki.koha-community.org/wiki/Version_Control_Using_Git)

1)Install and setup git
2)git clone git://git.koha-community.org/koha.git kohaclone
3)'kohaclone' will be a new dir
4)cd kohaclone
5)Do your change with vi
6)git commit -a 
7)git format-patch origin 
8)Uplad the created file into bugzilla

It is not the best workflow (git clone is quite long and dir kohaclone is
around 1 Gb), but it is the easiest.

To use git in better way you need to study it.
Fro example from http://git-scm.com/documentation

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list