Development using git

From Alpine Linux
Revision as of 10:35, 5 November 2008 by Ncopa (talk | contribs) (→‎Git Clone)

Git is now being used for version control of the alpine-baselayout and alpine-conf packages.

Git Clone

To get started, clone the git repository for the package you are interested in:

 git clone git://dev.alpinelinux.org/alpine-baselayout
 git clone git://dev.alpinelinux.org/alpine-conf

Make your changes.

To prepare a patch:

git diff > short-description-of-change.patch

This diff can be sent to alpine-devel@lists.alpinelinux.org mailing list.