File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -257,10 +257,11 @@ function interactiveStage () {
257257}
258258
259259function changeBranch () {
260- git branch --all
261- echo " Which branch?"
262- read bname
263- git checkout $bname
260+ git branch --all
261+ echo " Which branch?"
262+ read bname
263+ [ " ${bname} " = " " ] && waitonexit && return
264+ git checkout $bname
264265}
265266
266267function fetchAll () {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ actualmenu="EasyKey.shellmenu"
2323actualsubmenuname=" Your commands:"
2424menuHeadingFGClr=" $clrWhite "
2525menuHeadingBGClr=" $clrBlue "
26- submenuFGClr=" $clrCyan "
27- submenuBGClr=" $clrBlack "
26+ submenuFGClr=" $clrWhite "
27+ submenuBGClr=" $clrPurple "
2828delimiter=⊕
2929formattedTop=" "
3030formattedBottom=" "
You can’t perform that action at this time.
0 commit comments