The document discusses how eZ Systems has switched to using GitHub for eZ Publish development to make it easier for external contributors. It explains how to clone the eZ Publish repository from GitHub and make commits. It also describes how eZ Systems is launching an eZ Publish Community Edition on GitHub that will become the main repository, intended to encourage contributions from the wider community.
17. Committing
$ cat > README.txt
All your base are belong to us!
$
$ git commit -a -m "Test"
[master 6b9e2a0] Test
1 files changed, 1 insertions(+), 72 deletions(-)
rewrite README.txt (100%)
$