specify that you need to add a file, before an amend
This commit is contained in:
parent
c13c55ab43
commit
228347850f
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ Un tag è un puntatore ad un commit:
|
||||||
|
|
||||||
## Aggiustare i danni
|
## Aggiustare i danni
|
||||||
|
|
||||||
Modificare l'ultimo commit (aggiungere un file, modificare il commit message o l'autore, ...):
|
Modificare l'ultimo commit (cambiare il commit message o l'autore, oppure modificare un file - in questo caso va prima modificato nella working directory e fatto *git add*):
|
||||||
|
|
||||||
$ git commit --amend [--author="Name Surname <user@example.com>"]
|
$ git commit --amend [--author="Name Surname <user@example.com>"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue