Skip to content

Commit a05d6be

Browse files
committed
Changes in EasyKey.git diff menu
1 parent 1f74418 commit a05d6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EasyKey.git/ezk-git-diff.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ echo " dir local remote "
9898
echo
9999
submenuHead "Different diff options:"
100100
menuItem a "actual branch vs. origin/actual branch. -> local repository vs. remote repository" headHead
101-
menuItem b "actual working dir vs. actual branch last commit -> tree vs. local repository" dirHead
102-
menuItem c "actual working dir vs. other commits -> tree vs. local repository" treeCommit
101+
menuItem b "actual working dir vs. actual branch last commit -> work dir vs. local repository" dirHead
102+
menuItem c "actual working dir vs. other commits -> work dir vs. local repository" treeCommit
103103
menuItem d "commit vs. commit -> local repository vs. local repository" commitCommit
104104
menuItem e "branch vs. branch -> repository vs. repository (local/remote)" branchBranch
105105
echo

0 commit comments

Comments
 (0)