Hi,
I setup my shell prompt to show git branch. So it looks like
/Volumes/android/mydroid/packages/apps/Contacts(1.6_r1.4) $
But after I did this:
$ git am < 0001-my.patch
Patch does not have a valid e-mail address.
The prompt change to
/Volumes/android/mydroid/packages/apps/Contacts(1.6_r1.4|AM) $
Can you please tell me what does 'AM' in the prompt means? And how can I reverse it?
Thank you.