WARNING: Not yet reviewed, could have bugs! "git <command> --help" to be sure.

How to work with git

Create your own repository in a public git server:

Create your working repository on your laptop:

You want to fix a bug from the "broken" branch in "xclaesse"'s repository?

Your branch got merged, remove it from your public repository:

Other things:

Commit message

If a commit fixes a GNOME bug, finish your commit message with "Fixes bug #1234". For example:

Bugzilla integration

This is an attempt to integrate our git workflow with Empathy's bugzilla.

Configuration

[bugzilla]
        url = "http://bugzilla.gnome.org"
        username = "gdesmott@gnome.org"
        password = "XXXXX"
        squash = 1

Submit branches

Review branches

Merge branches

Empathy/Git (last edited 2009-07-02 14:11:03 by GustavoNoronha)