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.
1 parent 402d81a commit 925c0faCopy full SHA for 925c0fa
EasyKey.git/ezk-git-atuc.sh
@@ -47,6 +47,7 @@ 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
@@ -60,4 +61,4 @@ echo "NOTE: if your work with remote repos and already
60
61
62
choice
63
done
-noterminate
64
+noterminate
0 commit comments