Answers for "git revert empty commit"

10

git empty commit

git commit --allow-empty -m "Trigger notification"
Posted by: Guest on June-10-2020
0

git remove an empty commit

git filter-branch --commit-filter 'git_commit_non_empty_tree "$@"' HEAD
Posted by: Guest on November-27-2021

Browse Popular Code Answers by Language