mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 05:46:03 +02:00
it/git-am: fix typo.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
This commit is contained in:
parent
e398e8b0fa
commit
a16222c55a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# git am
|
# 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.
|
> Vedi anche `git format-patch` per generare file di patch.
|
||||||
> Maggiori informazioni: <https://git-scm.com/docs/git-am>.
|
> Maggiori informazioni: <https://git-scm.com/docs/git-am>.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue