I can't push my code #170639
-
Select Topic AreaQuestion BodyHey, everyone. remote: Resolving deltas: 100% (457/457), done. I don't understand this error at all. Please someone help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Use this code and push again. |
Beta Was this translation helpful? Give feedback.
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 "