Skip to content

Commit 925c0fa

Browse files
committed
Changes to Undoing changes menu in EasyKey.git
1 parent 402d81a commit 925c0fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EasyKey.git/ezk-git-atuc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function resetToCommitHard () {
4747
while ${continuemenu:=true}; do
4848
clear
4949
menuInit "Undoing changes"
50+
coloredLog " ALWAYS PREFER REVERT " "$clrPurple" "$clrWhite"
5051
submenuHead "Undoing changes"
5152
menuItem a "Revert last commit - (keep commit history - create new commit)" revertLastCommit
5253
menuItem b "Revert commit - (keep commit history - create new commit)" revertToCommit
@@ -60,4 +61,4 @@ echo "NOTE: if your work with remote repos and already
6061

6162
choice
6263
done
63-
noterminate
64+
noterminate

0 commit comments

Comments
 (0)