This didn't work for me. Got a lot of "does not exist in index" errors...

On Mon, Feb 9, 2015 at 7:27 PM, Dmitriy Setrakyan <[email protected]>
wrote:

> Nice blog on how to create patches in GIT:
> https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/
>
> To create a patch:
> *git format-patch sprint-1 --stdout > mychanges.patch*
>
> To check a patch (before applying):
> *git apply --check mychanges.patch*
>
> To apply a patch:
> *git am --signoff < mychanges.patch*
>
> Let's use these commands to attach patches to Jira tickets.
>
> D.
>

Reply via email to