1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 20:06:00 +02:00

it/git-am: fix typo.

Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
This commit is contained in:
Marco Bonelli 2020-01-10 21:47:15 +01:00 committed by Iván
parent e398e8b0fa
commit a16222c55a

View file

@ -1,6 +1,6 @@
# git am
> Applica file di patch. Utile quando si ricevono commits via email.
> Applica file di patch. Utile quando si ricevono commit via email.
> Vedi anche `git format-patch` per generare file di patch.
> Maggiori informazioni: <https://git-scm.com/docs/git-am>.