Code Overdose

What will happen if you cherry-pick a commit that you have just removed with git reset --hard?
git reset --hard HEAD~1
git cherry-pick <that-commit-hash>

1 year ago | [YT] | 7