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 793d34b commit 7848734Copy full SHA for 7848734
EasyKey.git/ezk-git-functions.sh
@@ -389,7 +389,8 @@ ammendCommit() {
389
echo "Your branch is behind remote branch! Update first using git pull."
390
return
391
fi
392
- echo -n "Change some commit messages(y/n)?" && wait_for_keypress && echo
+ coloredLog " DO NOT DO THIS IN SHARED BRANCHES ! " "$clrPurple" "$clrWhite" && printf "\n\r"
393
+ echo -n "Change some commit messages (y/n)?" && wait_for_keypress && echo
394
[ "${REPLY}" != "y" ] && waitonexit && return
395
git rebase -i HEAD~10
396
if [ $? -ne 0 ]; then
0 commit comments