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 5f9a9ce commit 10d1925Copy full SHA for 10d1925
EasyKey.git/ezk-git-functions.sh
@@ -392,7 +392,7 @@ ammendCommit() {
392
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
+ git rebase -i HEAD~1
396
if [ $? -ne 0 ]; then
397
importantLog "Rebase failed"
398
else
0 commit comments