merlinsilk wrote on Monday, December 21, 2015:
I would like to start my modifiactions from the current patch level 4.2.0 (4).
Where would I find that branch on github?
Thanks - Merlin
merlinsilk wrote on Monday, December 21, 2015:
I would like to start my modifiactions from the current patch level 4.2.0 (4).
Where would I find that branch on github?
Thanks - Merlin
cmswest wrote on Monday, December 21, 2015:
this link should help answer that
the openemr commit is here
merlinsilk wrote on Wednesday, December 23, 2015:
Thanks Stephen,
but that is not enough info for me -probably for lack of full understanding how to use github.
I am looking for a way to clone that version of openemr that represents the patch 4 of 4.2.0.
How would I go about getting that version into my local repository so that I could start developing based on that version.
Thanks - Merlin
cmswest wrote on Wednesday, December 23, 2015:
how about this?
git checkout -b merlin3 v4_2_0_3
creates a new branch merlin3 one tag before your desired point in time, then bring in the changes that made patch4
library/gen_hfca_1500_02_12.inc.php
library/gen_x12_837.inc.php
version.php
at the commit linked above you can click on parent to see the changes