git checkout -b my_feature_branch
The branch is an exact clone of what master was when you ran the command.
UPDATE IN PROGRESS:
Experimenting with this instead:
| /*! | |
| * Shopify Admin Auditing | |
| * | |
| * Copyright (c) 2022 Eric Garside (http://sakaralife.com) | |
| * Available under the MIT license: https://opensource.org/licenses/MIT | |
| */ | |
| // The selector for permssion checkboxes label sets on the individual user pages (if shopify changes this) | |
| const permissionSelector = 'label.Polaris-Choice_j5gzq:not([for^="Polaris"])' | |
| // The selector for permission text within the checkbox label |