mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 01:25:08 +02:00
Merge pull request #881 from dbarani/fix_italian_wrong_wording_branches_reversingChanges
Fix italian wording of branch type in reversing changes lesson
This commit is contained in:
commit
9d885eedbb
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