Skip to content
Discussion options

You must be logged in to vote

Use this code and push again.
" git filter-branch --force --commit-filter '
if [ "$GIT_COMMIT" = "7ec7fdbbfbcef3c4b3add942b0e8e415236adbd2" ]; then
skip_commit "$@";
else
git commit-tree "$@";
fi
' -- --all "

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stellarloop
Comment options

Answer selected by stellarloop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
2 participants