Skip to content

Commit 402d81a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents ad5f34f + 306ee1a commit 402d81a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EasyKey.git/ezk-git-atuc.sh

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

6261
choice
6362
done
64-
noterminate
63+
noterminate

0 commit comments

Comments
 (0)