Радећи са Герттом

Account setup

  1. Sign in with your Google, GitHub, or git.jami.net account.

  2. Такође ћете морати да [направите SSH кључ]https://review.jami.net/settings/#SSHKeys) да бисте могли да извршите промене за преглед.

  3. Не заборавите да изаберете корисничко име.

  4. Finally, the email address specified in your git config must match one of the email addresses registered with your Gerrit account.

Важно

For Savoir-faire Linux Inc. employees: please continue to use your @savoirfairelinux.com email address.

To view your Git config

git конфигурација --list

To test your SSH access

To check that your SSH access is properly set up, run the following command:

ssh -p 29420 <име корисника>@review.jami.net

is your Gerrit username that you should have set during the account creation. If not, you can do that here.

If your access is granted, you should see a message like:

****    Welcome to Gerrit Code Review    ****

Hi, you have successfully connected over SSH.

  Unfortunately, interactive shells are disabled.
  To clone a hosted Git repository, use:

  git clone ssh://<username>@review.jami.net:29420/REPOSITORY_NAME.git

Connection to review.jami.net closed.

Git configuration

Gerrit is the official Git repository.

Да бисте ажурисали конфигурацију

You must update your remote information to now use the Gerrit repository. To do that, update your origin URL:

git удаљено постављено-url извор ssh://<употребивачко име>@review.jami.net:29420/<проект_name>

Replace <project_name> with the correct project (example: jami-daemon).

Или клонирајте постојећи складиште ако желите почети однова.

Да се позови по умовој у реф/за/за/мастеру

You can configure Git to automatically create a review when a change is pushed.

git конфигури удаљено.породица.прете HEAD:refs/for/master

Da biste napravili recenziju

Kada pređete na ovu magičnu granu, recenzija će se automatski kreirati na Gerritu.

git пуш извор ГЛОД:реф/за/за/мастер

Ако сте подешли дефолт на реф / за / мастер као што је описано горе, једноставно

git притиска

Ако HEAD тренутно указује на ветку са комбитовањима које бисте желели да подстицате.

git пуш извор <bugfix_branchname>:refs/for/master

If this is the first time you’ve pushed, you will be prompted to install a post-commit hook to insert a Change-ID in your commit message. Gerrit needs this to track patch sets and will reject pushes until you install it. Simply copy and paste the command to install the hook as instructed by Gerrit and amend your commits.

To push a private patch

You can push a work in progress (a.k.a. draft) by pushing to refs/for/master%private.

На пример, можда желите да притиснете „приватну” даљину; отворите <project_dir>/.git/config и додајте:

[remote "private"]

    url = ssh://<username>@review.jami.net:29420/jami-daemon
    push = HEAD:refs/for/master%private

Онда:

git притиска приватни

Приватни рад је исти начин као пачсети, осим што они нису видљиви другима по дефолту и не покрећу било који Дженкинс граде.