File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 104
104
branch .files ?.length === 0 ||
105
105
! branch .active }
106
106
/>
107
-
108
- <ContextMenuItem label ="Allow rebasing" on:click ={toggleAllowRebasing }>
109
- <Toggle
110
- small
111
- slot =" control"
112
- bind:checked ={allowRebasing }
113
- on:click ={toggleAllowRebasing }
114
- help =" Having this enabled permits commit amending and reordering after a branch has been pushed, which would subsequently require force pushing"
115
- />
116
- </ContextMenuItem >
117
107
</ContextMenuSection >
108
+
118
109
<ContextMenuSection >
119
110
<ContextMenuItem
120
111
label =" Set remote branch name"
126
117
}}
127
118
/>
128
119
</ContextMenuSection >
120
+
121
+ <ContextMenuSection >
122
+ <ContextMenuItem label ="Allow rebasing" on:click ={toggleAllowRebasing }>
123
+ <Toggle
124
+ small
125
+ slot =" control"
126
+ bind:checked ={allowRebasing }
127
+ on:click ={toggleAllowRebasing }
128
+ help =" Having this enabled permits commit amending and reordering after a branch has been pushed, which would subsequently require force pushing"
129
+ />
130
+ </ContextMenuItem >
131
+ </ContextMenuSection >
132
+
129
133
<ContextMenuSection >
130
134
<ContextMenuItem
131
135
label =" Create branch to the left"
You can’t perform that action at this time.
0 commit comments