Using a dash between git and its subcommand (e.g., git-format-patch)
is deprecated, so replace it with a space.
Now you should create a patch file for all your local changes:
- % git-format-patch origin
+ % git format-patch origin
0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
You should now send an email to perl5-porters@perl.org with a
Now we should apply the patch:
- % git-am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
+ % git am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
Applying Rename Leon Brocard to Orange Brocard
Now we can inspect the change: