You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit --amend --no-edit
You asked to amend the most recent commit, but doing so would make
it empty. You can repeat your command with --allow-empty, or you can
remove the commit entirely with "git reset HEAD^".
On branch xxx
No changes
❌ exit status 1
The text was updated successfully, but these errors were encountered:
jjanvier
changed the title
tests OK, but no git changes => exit 1 + no clear message
tests OK, but git commit failed => exit 1 + no clear message
Feb 27, 2022
git add .
git commit --amend --no-edit
You asked to amend the most recent commit, but doing so would make
it empty. You can repeat your command with --allow-empty, or you can
remove the commit entirely with "git reset HEAD^".
On branch xxx
No changes
❌ exit status 1
The text was updated successfully, but these errors were encountered: