Skip to content

Commit d8dfdfc

Browse files
update hiding-and-soloing.md
1 parent d59f3b8 commit d8dfdfc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gitkraken-client/hiding-and-soloing.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ The left panel allows you to modify the view of the graph for cleanliness and fo
1717
<div class="flex-item">
1818
<img src="/wp-content/uploads/gk-hide-icon-green.svg" class='img-responsive' style="width: 70px; height: 70px">
1919
</div>
20+
</div>
21+
22+
<div class="flex-wrap-item" style="align-items: flex-start">
2023
<div class="flex-item">
24+
<img src="/wp-content/uploads/gk-solo-icon-orange.svg" class='img-responsive' style="width: 70px; height: 70px">
25+
</div>
26+
<div class="flex">
2127
<h3>Hide</h3>
2228
<p>Hides the selected branch from the graph.</p>
2329
<p>To hide a branch, mouse over that branch, and you will see the eye <i class='fa fa-eye icon-green'></i> icon appear to the left of the branch name; click this to hide. Or perform this task by right-clicking the branch and selecting `Hide`.</p>
2430
<p>Hidden branches will now have a gray eye <i class='fa fa-eye-slash'></i> icon. Clicking this will restore that repo to the graph.</p>
2531
</div>
26-
</div>
27-
28-
<div class="flex-wrap" style="align-items: flex-start">
29-
<div class="flex-item">
30-
<img src="/wp-content/uploads/gk-solo-icon-orange.svg" class='img-responsive' style="width: 70px; height: 70px">
31-
</div>
3232
<div class="flex-item">
3333
<h3>Solo</h3>
34-
<p>Soloing a branch will hide all other branches which have not been soloed, showing <i>only</i> soloed branches.</p>
35-
<p>To solo a branch, right-click the branch and select `Solo`. This initiates Solo Mode, with soloed branches highlighted in orange and with a solid orange <i class='fa fa-dot-circle-o icon-orange'></i> icon to the left of the branch name.</p>
34+
<p>To solo a branch, right-click the branch and select `Solo`. This initiates Solo Mode, with soloed branches highlighted in orange and with a solid orange <i><p>Soloing a branch will hide all other branches which have not been soloed, showing <i>only</i> soloed branches.</p>
35+
class='fa fa-dot-circle-o icon-orange'></i> icon to the left of the branch name.</p>
3636
<p>Solo/unsolo additional branches by clicking on the semi-opaque icon to the left of that branch's name.</p>
3737
<p>Consider hiding/soloing entire remotes if you only need about two remotes, and then hiding everything else.</p>
3838
</div>

0 commit comments

Comments
 (0)