Skip to content

Commit 295194a

Browse files
committed
Graphic changes in ezk.git dif menu
1 parent a05d6be commit 295194a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

EasyKey.git/ezk-git-diff.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,11 @@ echo
8989
echo "Note: GIT diff cann compare four locations with each other: "
9090
echo " your working directory, the stage, the repository."
9191
echo
92-
echo " _____ _____ _____ _____ "
93-
echo " | | | | | | | |"
94-
echo " | | | | | | | |"
95-
echo " |_____| --> |_____| --> |_____| --> |_____|"
96-
echo " working stage repository repository "
97-
echo " dir local remote "
92+
coloredLog "┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐" "$clrPurple" "$clrBlack"
93+
coloredLog "│ │ │ │ │ │ │ │" "$clrPurple" "$clrBlack"
94+
coloredLog "│ │ -> │ │ -> │ │ -> │ │" "$clrPurple" "$clrBlack"
95+
coloredLog "└────────┘ └────────┘ └────────┘ └────────┘" "$clrPurple" "$clrBlack"
96+
coloredLog " work dir stage local repo remote repo" "$clrWhite" "$clrBlack"
9897
echo
9998
submenuHead "Different diff options:"
10099
menuItem a "actual branch vs. origin/actual branch. -> local repository vs. remote repository" headHead

0 commit comments

Comments
 (0)