Place of Service and SNF/Nursing Fac

bradymiller wrote on Friday, July 20, 2012:

Hi,

Do the following:
git checkout pos-selectors
git checkout -b pos-selectors_4
git rebase -i HEAD~5
(this will initiate a mechanism to combine your commits;
at the top of screen, keep pick on the first line, but on lines 2-5, change ‘pick’ to squash;
now save/exit text editor;
now create/modify the comments for your new combined commit;
now save/exit text editor;
now check out your git log on this branch and note all of your commits have now been  integrated into one commit)
git push origin pos-selectors_4

let us know how it goes
-brady
OpenEMR

ensoftek wrote on Friday, July 20, 2012:

Thanks Brady. Please find below the URL created following the steps as given by you.

URL: https://github.com/anilnakkani/openemr/tree/pos-selectors_4

bradymiller wrote on Thursday, November 08, 2012:

Hi ensoftek,

Rebased code into one commit and into the most current codebase and reviewed here:
http://github.com/bradymiller/openemr/commit/544cfd9d28a41ef23eb278b51ef9859199ad878c
(to ensure see all my comment, rec searching for bradymiller on the commit)

-brady
OpenEMR