Problem/Motivation

Testing how forks and branches work with respect to issues. Can I create a branch quietly, without it showing up in the issue discussion?

Issue fork 3064125-3273177

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

DaleTrexel created an issue. See original summary.

daletrexel’s picture

What I'm testing: can I create a branch silently, without notifying the issue, so that I can share my work privately, before I am ready to post it to the issue?

Answer appears to be no. 3273177-test-branch-1 was created via the G.O interface "Create new branch" link below the issue fork. 3273177-test-branch-2 was created on git.drupalcode.org via the new branch tools, and that also posted the activity to G.O. So whatever you do on gitlab it is seen in the issue.

I guess private code review goes elsewhere.