mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 15:44:25 +02:00
Issue #373 strip the flag entirely
This commit is contained in:
parent
9f03bbc686
commit
5e497d9e29
1 changed files with 5 additions and 1 deletions
|
@ -253,7 +253,11 @@
|
|||
|
||||
<div class="command center">
|
||||
<p class="uiButton uiButtonYellow transitionOpacity">
|
||||
<%= command %>
|
||||
<!--
|
||||
we strip aboveAll since its just an
|
||||
implementation detail for the UI and confusing
|
||||
-->
|
||||
<%= command.replace(' --aboveAll', '') %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue