mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
Fix italian wording of branch type in reversing changes lesson
Fix wrong wording on branch type in reversing changes lesson, italian version
This commit is contained in:
parent
6e7f4edbce
commit
92e6bfa4f5
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ exports.level = {
|
|||
markdowns: [
|
||||
"Per completare questo livello, annulla i commit più recenti sia in `local` che in `pushed`. Alla fine annullerai due commit in totale (uno per ramo).",
|
||||
"",
|
||||
"Tieni presente che `pushed` è un ramo remoto e `local` è un ramo remoto -- questo dovrebbe aiutarti a scegliere quale metodo usare.",
|
||||
"Tieni presente che `pushed` è un ramo remoto e `local` è un ramo locale -- questo dovrebbe aiutarti a scegliere quale metodo usare.",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue