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

--- Comment #5 from Zeno Tajoli <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to