mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 23:54:27 +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">
|
<div class="command center">
|
||||||
<p class="uiButton uiButtonYellow transitionOpacity">
|
<p class="uiButton uiButtonYellow transitionOpacity">
|
||||||
<%= command %>
|
<!--
|
||||||
|
we strip aboveAll since its just an
|
||||||
|
implementation detail for the UI and confusing
|
||||||
|
-->
|
||||||
|
<%= command.replace(' --aboveAll', '') %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue