We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad5f34f + 306ee1a commit 402d81aCopy full SHA for 402d81a
EasyKey.git/ezk-git-atuc.sh
@@ -47,7 +47,6 @@ function resetToCommitHard () {
47
while ${continuemenu:=true}; do
48
clear
49
menuInit "Undoing changes"
50
-coloredLog " ALWAYS PREFER REVERT " "$clrPurple" "$clrWhite"
51
submenuHead "Undoing changes"
52
menuItem a "Revert last commit - (keep commit history - create new commit)" revertLastCommit
53
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
61
60
62
choice
63
done
64
-noterminate
+noterminate
0 commit comments