...
Code Block |
---|
git cherry-pick -x de7fd1bd259ebb7ab95eb18659cbb19fd680cd3e -m 1 |
fatal: bad object errors
When cherry picking, you may some times get this error: fatal: bad object xxxxxxxxxxxxxxxxx, where the x stand for the commit hash.
...
...
Code Block |
---|
git cherry-pick -x de7fd1bd259ebb7ab95eb18659cbb19fd680cd3e -m 1 |
When cherry picking, you may some times get this error: fatal: bad object xxxxxxxxxxxxxxxxx, where the x stand for the commit hash.
...