You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>TAB</code> - Expand/Collapse. Also <code>space</code> could be used.</li>
245
-
</ul>
264
+
</ul>
246
265
<blockquote>Stage operates on files and hunks as native git. You can expand/collapse files and hunks to view changes and choose hunks for commit.</blockquote>
247
266
<ulclass="footnote-body">
248
267
<li> When cursor is on file name, <strong>whole file</strong> is a subject to issued command.</li>
@@ -261,8 +280,8 @@ <h4>Commands does not related to cursor position</h4>
261
280
</ul>
262
281
263
282
<h4>Command for displaying additional windows</h4>
<p>Current branch is marked with <imgclass="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/avatar-default-symbolic.svg"/> icon</p>
275
294
<h4>Switching, creating and deleting branches</h4>
276
-
<p>
295
+
<p>
277
296
This window allows quickly switch between branches: just move cursor with arrows and hit <code>enter</code>, or double click.
278
297
</p>
279
298
<p>
280
-
To create new branch hit <code>c</code> or <imgclass="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/list-add-symbolic.svg"/> button.<br/>
299
+
To create new branch hit <code>c</code> or <imgclass="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/list-add-symbolic.svg"/> button.<br/>
281
300
</p>
282
301
<blockquote><strong> Important!</strong> The branch you are creating will be based on the branch on which the cursor currently is.
283
302
This means you can create new branch from branch <code>feature</code> even though the current branch is <code>master</code>, and quickly switch to it.</blockquote>
@@ -298,7 +317,7 @@ <h4>Remotes</h4>
298
317
<blockquote>You can manage remotes in Status window by pressing <imgclass="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/network-server-symbolic.svg"/> button.</blockquote>
299
318
<h3>Log window</h3>
300
319
<p>
301
-
When in main Status window or in Branches window hitting <code>l</code> (<imgclass="inline" src="https://raw.githubusercontent.com/aganzha/stage/refs/heads/master/icons/org.gnome.Logs-symbolic.svg"/>) will bring up Log window.
320
+
When in main Status window or in Branches window hitting <code>l</code> (<imgclass="inline" src="https://raw.githubusercontent.com/aganzha/stage/refs/heads/master/icons/org.gnome.Logs-symbolic.svg"/>) will bring up Log window.
302
321
</p>
303
322
<blockquote><strong>Important</strong> Stage does not display merge commits.</blockquote>
304
323
<p>Log window is just a list of commits. You can search among them via panel in headerbar. Commits which come from other branches displaying arrows in separate column for convinience.</p>
0 commit comments