Active
Project:
Key Provider Envionment
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
3 Apr 2022 at 13:03 UTC
Updated:
3 Apr 2022 at 13:13 UTC
Jump to comment: Most recent
Testing how forks and branches work with respect to issues. Can I create a branch quietly, without it showing up in the issue discussion?
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
Comment #2
daletrexelWhat 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.