This page acts as a reference for the various projects hosted in the cygwin-apps git repositories.

The list of cygwin-apps projects under git control is available via cgit:
https://cygwin.com/cgit/cygwin-apps

Check out the sources like this:

git clone git://cygwin.com/git/cygwin-apps/project.git
and, if you have commit rights on the repository (you will know if you do), configure pushing:
git remote set-url origin --push ssh://username@cygwin.com/git/cygwin-apps/project.git