Git Cherry Pick dirty index
Posted
by Anantha Kumaran
on Stack Overflow
See other posts from Stack Overflow
or by Anantha Kumaran
Published on 2010-04-16T06:34:19Z
Indexed on
2010/04/16
6:43 UTC
Read the original article
Hit count: 403
git
I have two branches master and exp
i tried to cherry pick some of the commit in the exp to master.I am getting the following error.
git cherry-pick 209c4b154d3c15fa8086d4cc15fa34e53b8a65a3
fatal: Dirty index: cannot cherry pick
Can anyone explain this error.
© Stack Overflow or respective owner