git-apply

apply Применить патч к файлу или к индексу. Выводить сообщения…

git apply

Применить патч к файлу или к индексу.

git apply --verbose {{path/to/file}}

git apply --index {{path/to/file}}

curl {{https://example.com/file.patch}} | git apply

git apply --stat --apply {{path/to/file}}

git apply --reverse {{path/to/file}}

git apply --cache {{path/to/file}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-annotate git-archive →