With git am you apply the patch, so if you use git status you will not see local changes.
git apply allows you to make changes to the source files as if you were writing the code yourself, so git status and git diff will output the changes made to the fix that you applied, then you can fix / add new changes and submit them together as one new patch.
0x90 02 Sep '12 at 22:20 2012-09-02 22:20
source share