This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

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

1. 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:

1.1. Commit message

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

1.2. Bugzilla integration

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

1.2.1. Configuration

[bz]
        default-tracker = bugzilla.gnome.org
        default-product = empathy
        default-component = General

1.2.2. Submit patches

1.2.3. Review branches

1.2.4. Merge branches


2024-10-23 10:58